doc-src/Tutorial/Misc/tree
author wenzelm
Thu, 13 Apr 2000 15:02:02 +0200
changeset 8704 f76f41f24c44
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Simplifier options;

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