doc-src/Intro/arith.thy
author haftmann
Thu, 18 Mar 2010 13:56:33 +0100
changeset 35820 b57c3afd1484
parent 105 216d6ed87399
permissions -rw-r--r--
dropped odd interpretation of comm_monoid_mult into comm_monoid_add; consider Min.insert_idem as default simp rule

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