doc-src/Intro/arith.thy
author bulwahn
Tue, 08 May 2012 14:31:03 +0200
changeset 47893 4cf901b1089a
parent 105 216d6ed87399
permissions -rw-r--r--
specialised fact in the Record theory should not be appear in proofs discovered by sledgehammer

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