doc-src/Intro/arith.thy
author haftmann
Thu, 16 Sep 2010 16:51:34 +0200
changeset 39473 33638f4883ac
parent 105 216d6ed87399
permissions -rw-r--r--
dynamic and static value computation; built-in evaluation of propositions

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