doc-src/Intro/arith.thy
author paulson
Wed, 03 Feb 1999 13:26:07 +0100
changeset 6171 cd237a10cbf8
parent 105 216d6ed87399
permissions -rw-r--r--
inj is now a translation of inj_on

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