doc-src/Intro/arith.thy
author huffman
Fri, 15 Oct 2010 08:52:53 -0700
changeset 40023 a868e9d73031
parent 105 216d6ed87399
permissions -rw-r--r--
move emptiness check to comp_theorems; remove eqs parameter to prove_induction; remove dead code

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