doc-src/Intro/arith.thy
author wenzelm
Fri, 10 Feb 2006 02:22:48 +0100
changeset 19001 64e4b5bc6443
parent 105 216d6ed87399
permissions -rw-r--r--
tuned comment; moved local syntax to local_syntax.ML; common naming (for abbrevs and thms); transfer: merge consts; tuned pretty_term'; added polymorphic -- special case of generalize; added add_abbrevs(_i); read/cert: expand_consts;

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