doc-src/Intro/arith.thy
author wenzelm
Thu, 21 Sep 2006 19:04:29 +0200
changeset 20665 7e54c7cc72a5
parent 105 216d6ed87399
permissions -rw-r--r--
member (op =); ThmDatabase.is_ml_reserved; tuned oracle name;

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