doc-src/Intro/arith.thy
author paulson
Thu, 06 Jul 2006 12:18:17 +0200
changeset 20022 b07a138b4e7d
parent 105 216d6ed87399
permissions -rw-r--r--
some tidying; fixed the output of theorem names

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