doc-src/Intro/bool.thy
author chaieb
Wed, 27 Feb 2008 14:39:48 +0100
changeset 26154 894f3860ebfd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Installation of Quantifier elimination for ordered fields moved to Library/Dense_Linear_Order.thy

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