doc-src/Intro/arith.thy
author wenzelm
Fri, 10 Feb 2006 02:22:35 +0100
changeset 18995 ff4e4773cc7c
parent 105 216d6ed87399
permissions -rw-r--r--
removed obsolete add_typ/term_classes/tycons;

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