doc-src/Intro/arith.thy
author kleing
Wed, 05 Dec 2007 04:34:15 +0100
changeset 25532 27f6771ae8fb
parent 105 216d6ed87399
permissions -rw-r--r--
switch poly to 5.1, removed -e flag from most sessions

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