doc-src/Intro/arith.thy
author paulson
Tue, 17 Feb 2004 10:41:59 +0100
changeset 14390 55fe71faadda
parent 105 216d6ed87399
permissions -rw-r--r--
further tweaks to the numeric theories

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