doc-src/Tutorial/Misc/tree
author berghofe
Tue, 26 Oct 2004 16:34:19 +0200
changeset 15264 a881ad2e9edc
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Changed function cabs to also allow abstraction over Vars.
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)