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

Arith = FOL +
classes arith < term
consts  "0"     :: "'a::arith"                  ("0")
        "1"     :: "'a::arith"                  ("1")
        "+"     :: "['a::arith,'a] => 'a"       (infixl 60)
end