doc-src/Tutorial/Misc/tree
author paulson
Mon, 08 May 2000 16:59:02 +0200
changeset 8835 56187238220d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tidied
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)