doc-src/Intro/arith.thy
author webertj
Wed, 23 Feb 2005 15:00:03 +0100
changeset 15548 aea2f1706fdf
parent 105 216d6ed87399
permissions -rw-r--r--
exception SAME removed

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