doc-src/Intro/bool.thy
author chaieb
Thu, 14 Jun 2007 22:59:39 +0200
changeset 23390 01ef1135de73
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added some lemmas to default presburger simpset; tuned proofs

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