doc-src/Intro/arith.thy
author kleing
Mon, 19 Apr 2004 14:04:41 +0200
changeset 14632 805fa01ac233
parent 105 216d6ed87399
permissions -rw-r--r--
temporarily reverted quote change for release. breaks latex output, needs more testing.

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