doc-src/Tutorial/Misc/tree
author paulson
Mon, 19 Apr 2004 13:49:35 +0200
changeset 14631 ec1e67f88f49
parent 5377 efb799c5ed3c
permissions -rw-r--r--
badly-needed updates

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