doc-src/Intro/arith.thy
author paulson
Fri, 18 Sep 1998 16:04:44 +0200
changeset 5509 c38cc427976c
parent 105 216d6ed87399
permissions -rw-r--r--
Now defines "int" as a linear order; basic derivations moved to IntDef

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