doc-src/Intro/arith.thy
author wenzelm
Tue, 24 Jul 2012 17:33:19 +0200
changeset 48479 819f7a5f3e7f
parent 105 216d6ed87399
permissions -rw-r--r--
more general notion of user ERROR (cf. 44f56fe01528);

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