doc-src/Intro/bool.thy
author bulwahn
Thu, 09 Sep 2010 17:23:03 +0200
changeset 39253 0c47d615a69b
parent 32960 69916a850301
permissions -rw-r--r--
removing report from the arguments of the quickcheck functions and refering to it by picking it from the context

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