doc-src/Intro/bool.thy
author bulwahn
Wed, 09 Nov 2011 19:01:50 +0100
changeset 45428 aa35c9454a95
parent 32960 69916a850301
permissions -rw-r--r--
quickcheck invocations in mutabelle must not catch codegenerator errors internally

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