doc-src/Intro/arith.thy
author wenzelm
Mon, 11 Oct 2010 21:10:50 +0100
changeset 39840 3eb0694e6fcb
parent 105 216d6ed87399
permissions -rw-r--r--
more refs;

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