doc-src/Tutorial/Misc/tree
author wenzelm
Fri, 08 Oct 1999 15:08:47 +0200
changeset 7799 4c69318e6a6d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
include document;

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