doc-src/Tutorial/Misc/tree
author paulson
Tue, 03 Sep 2002 18:43:15 +0200
changeset 13556 d17f6474eed0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed the typesetting

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