doc-src/Intro/arith.thy
author paulson
Fri, 04 Apr 1997 11:27:02 +0200
changeset 2893 2ee005e46d6d
parent 105 216d6ed87399
permissions -rw-r--r--
Calls Blast_tac. Tidied some proofs

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