doc-src/Tutorial/Misc/tree
author wenzelm
Mon, 03 May 1999 10:57:14 +0200
changeset 6563 128cf997c768
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

datatype 'a tree = Tip | Node ('a tree) 'a ('a tree)