doc-src/Intro/arith.thy
author paulson
Fri, 23 Jul 1999 17:49:35 +0200
changeset 7080 b551a5a8966c
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