doc-src/Intro/arith.thy
author paulson
Tue, 18 Dec 2001 17:15:41 +0100
changeset 12541 c6e454ec501c
parent 105 216d6ed87399
permissions -rw-r--r--
new type definition figure

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