doc-src/Intro/arith.thy
author nipkow
Wed, 19 Apr 2000 12:54:56 +0200
changeset 8746 ccbb5e0dccdf
parent 105 216d6ed87399
permissions -rw-r--r--
Adding generated files.

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