doc-src/Tutorial/Misc/tree
author wenzelm
Thu, 12 Oct 2000 17:54:22 +0200
changeset 10209 b24210573eca
parent 5377 efb799c5ed3c
permissions -rw-r--r--
install default_handler for SIGINT initially as well;
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)