doc-src/Intro/arith.thy
author haftmann
Mon, 08 Aug 2011 19:21:11 +0200
changeset 44082 81e55342cb86
parent 105 216d6ed87399
permissions -rw-r--r--
dropped lemmas (Inf|Sup)_(singleton|binary)

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