doc-src/Intro/arith.thy
author blanchet
Mon, 19 Apr 2010 17:18:21 +0200
changeset 36229 c95fab3f9cc5
parent 105 216d6ed87399
permissions -rw-r--r--
workaround for Proof General's off-by-a-few sendback display bug, whereby "pr" in "proof" is not highlighted

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