doc-src/Intro/bool.thy
author bulwahn
Thu, 11 Jun 2009 23:13:02 +0200
changeset 31577 ce3721fa1e17
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added lemma

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