doc-src/Intro/bool.thy
author haftmann
Tue, 10 Jul 2007 17:30:45 +0200
changeset 23706 b7abba3c230e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
moved some finite lemmas here

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