doc-src/Intro/bool.thy
author bulwahn
Fri, 02 Mar 2012 09:35:35 +0100
changeset 46758 4106258260b3
parent 32960 69916a850301
permissions -rw-r--r--
choosing longer constant names in Quickcheck_Narrowing to reduce the chances of name clashes in Quickcheck-Narrowing

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