doc-src/Intro/arith.thy
author haftmann
Fri, 03 Nov 2006 14:22:45 +0100
changeset 21159 7f6bdffe3d06
parent 105 216d6ed87399
permissions -rw-r--r--
fixed problem with variable names

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