doc-src/Intro/arith.thy
author wenzelm
Tue, 28 Jul 1998 17:03:12 +0200
changeset 5209 a69fe5a61b6c
parent 105 216d6ed87399
permissions -rw-r--r--
theory_of renamed to theory (and made public);

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