doc-src/Intro/arith.thy
author haftmann
Tue, 26 Feb 2008 20:38:15 +0100
changeset 26150 f6bd8686b71e
parent 105 216d6ed87399
permissions -rw-r--r--
moved some set lemmas from Set.thy here

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