doc-src/Tutorial/Misc/tree
author wenzelm
Tue, 23 Oct 2001 19:15:00 +0200
changeset 11906 a71713885e3e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed export_thm;
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)