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

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