doc-src/Intro/bool.thy
author haftmann
Fri, 27 Mar 2009 12:22:01 +0100
changeset 30742 3e89ac3905b9
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned notoriously slow metis proof

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