doc-src/Intro/arith.thy
author oheimb
Fri, 14 Jul 2000 16:32:44 +0200
changeset 9345 2f5f6824f888
parent 105 216d6ed87399
permissions -rw-r--r--
added (surjective_pairing RS sym) to simpset

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