doc-src/Intro/bool.thy
author bulwahn
Tue, 05 Apr 2011 09:38:23 +0200
changeset 42230 594480d25aaa
parent 32960 69916a850301
permissions -rw-r--r--
deriving bounded_forall instances in quickcheck_exhaustive

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