doc-src/Intro/arith.thy
author wenzelm
Fri, 17 Aug 2007 23:10:42 +0200
changeset 24311 d6864b34eecd
parent 105 216d6ed87399
permissions -rw-r--r--
proper signature;

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