doc-src/Intro/bool.thy
author chaieb
Sat, 20 Oct 2007 12:09:30 +0200
changeset 25111 d52a58b51f1f
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
neq0_conv removed from [iff] -- causes problems by simple goals with blast, auto etc...

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