doc-src/Intro/bool.thy
author chaieb
Mon, 21 Jul 2008 13:36:59 +0200
changeset 27668 6eb20b2cecf8
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Tuned and simplified proofs

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