doc-src/Intro/arith.thy
author paulson
Fri, 23 Jul 1999 17:24:48 +0200
changeset 7072 c3f3fd86e11c
parent 105 216d6ed87399
permissions -rw-r--r--
new simprocs assoc_fold and combine_coeff

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