doc-src/Tutorial/Misc/tree
author wenzelm
Mon, 06 Mar 2000 21:10:27 +0100
changeset 8351 1b8ac0f48233
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added simple_args; added 'tactic' method;
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)