doc-src/Intro/bool.thy
author haftmann
Tue, 17 Jan 2006 16:36:57 +0100
changeset 18702 7dc7dcd63224
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
substantial improvements in code generator

Bool = FOL +
types 	bool 0
arities bool 	:: term
consts tt,ff	:: "bool"
end