doc-src/Tutorial/Misc/tree
author paulson
Fri, 21 Apr 2000 11:28:18 +0200
changeset 8756 b03a0b219139
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new file Integ/NatSimprocs.ML

datatype 'a tree = Tip | Node ('a tree) 'a ('a tree)