doc-src/Intro/arith.thy
author nipkow
Wed, 15 Jul 2009 12:44:41 +0200
changeset 32005 c369417be055
parent 105 216d6ed87399
permissions -rw-r--r--
made upt/upto executable on nat/int by simp

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