doc-src/Tutorial/Misc/tree
author paulson
Thu, 16 Nov 2000 10:47:11 +0100
changeset 10475 77fafa07fc8f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
ground terms section: new intro

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