doc-src/Intro/arith.thy
author wenzelm
Fri, 21 May 2004 21:22:10 +0200
changeset 14783 e7f7ed4c06f2
parent 105 216d6ed87399
permissions -rw-r--r--
string_of_vname moved to term.ML;

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