doc-src/Intro/arith.thy
author wenzelm
Fri, 27 Feb 2009 16:18:02 +0100
changeset 30144 56ae4893e8ae
parent 105 216d6ed87399
permissions -rw-r--r--
tuned/unified size_of_term and size_of_typ, eliminated obsolete foldl;

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