doc-src/Intro/arith.thy
author wenzelm
Tue, 21 Nov 2006 20:48:11 +0100
changeset 21450 f16c9e6401d1
parent 105 216d6ed87399
permissions -rw-r--r--
theorem(_i): note assms of statement;

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