doc-src/Intro/bool.thy
author nipkow
Fri, 10 Sep 2004 00:19:15 +0200
changeset 15195 197e00ce3f20
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
new forward deduction capability for simplifier

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