doc-src/Intro/bool.thy
author urbanc
Fri, 14 Sep 2007 13:32:07 +0200
changeset 24572 7be5353ec4bd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
reverted back to the old version of the equivariance lemma for ALL

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