doc-src/Intro/arith.thy
author clasohm
Fri, 03 Feb 1995 12:32:14 +0100
changeset 891 a5ad535a241a
parent 105 216d6ed87399
permissions -rw-r--r--
added specification of csh as script interpreter

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