doc-src/Tutorial/Misc/tree
author webertj
Fri, 12 Nov 2004 20:55:04 +0100
changeset 15280 e0e9bf44afad
parent 5377 efb799c5ed3c
permissions -rw-r--r--
minor code refactoring
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)