doc-src/Tutorial/Misc/tree
author wenzelm
Fri, 02 Jul 1999 15:05:16 +0200
changeset 6887 12b5fb35a688
parent 5377 efb799c5ed3c
permissions -rw-r--r--
generalized fixes get index 0;
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)