doc-src/Intro/arith.thy
author haftmann
Wed, 20 Feb 2008 14:52:38 +0100
changeset 26101 a657683e902a
parent 105 216d6ed87399
permissions -rw-r--r--
tuned structures in arith_data.ML

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