doc-src/Tutorial/Misc/tree
author berghofe
Mon, 22 Sep 2003 16:19:46 +0200
changeset 14198 8ea2645b8132
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Modified merge_aux to prevent newer names from getting overwritten by older names.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5377
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     1
datatype 'a tree = Tip | Node ('a tree) 'a ('a tree)