doc-src/Tutorial/Misc/tree
author paulson
Tue, 08 Jan 2002 16:09:09 +0100
changeset 12667 7e6eaaa125f2
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added some simprules proofs. Converted theories CardinalArith and OrdQuant to Isar style

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