doc-src/Intro/arith.thy
author berghofe
Sun, 10 Jan 2010 18:03:20 +0100
changeset 34908 d546e75631bb
parent 105 216d6ed87399
permissions -rw-r--r--
Added setup for simplification of equality constraints in induction rules.

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