doc-src/Intro/arith.thy
author haftmann
Fri, 15 Feb 2008 16:09:12 +0100
changeset 26072 f65a7fa2da6c
parent 105 216d6ed87399
permissions -rw-r--r--
<= and < on nat no longer depend on wellfounded relations

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