doc-src/Intro/bool.thy
author haftmann
Fri, 18 Jul 2008 18:25:53 +0200
changeset 27651 16a26996c30e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
moved op dvd to theory Ring_and_Field; generalized a couple of lemmas

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