doc-src/Intro/arith.thy
author paulson
Fri, 14 May 2004 16:52:53 +0200
changeset 14748 001323d6d75b
parent 105 216d6ed87399
permissions -rw-r--r--
removed a premise of card_inj_on_le

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