doc-src/Tutorial/Misc/tree
author wenzelm
Mon, 17 May 1999 21:36:11 +0200
changeset 6666 be06ed5d0b4c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
cleaned comments; ThyInfo.finalize_all renamed to ThyInfo.finish; added remove_thy;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5377
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     1
datatype 'a tree = Tip | Node ('a tree) 'a ('a tree)