doc-src/Intro/arith.thy
author paulson
Wed, 19 Nov 2003 14:29:06 +0100
changeset 14262 e7db45b74b3a
parent 105 216d6ed87399
permissions -rw-r--r--
additions to Ring_and_Field

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