doc-src/Tutorial/Misc/tree
author wenzelm
Fri, 05 May 2000 22:24:03 +0200
changeset 8810 d0eae42f6d12
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed index2;

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