doc-src/Intro/arith.thy
author hoelzl
Tue, 11 May 2010 19:21:05 +0200
changeset 36844 5f9385ecc1a7
parent 105 216d6ed87399
permissions -rw-r--r--
Removed usage of normalizating locales.

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