doc-src/Intro/arith.thy
author berghofe
Fri, 28 Sep 2001 16:42:58 +0200
changeset 11620 54e2f4c8c3cb
parent 105 216d6ed87399
permissions -rw-r--r--
Added \ttlbrack and \ttrbrack.

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