doc-src/Intro/arith.thy
author bulwahn
Thu, 21 Oct 2010 19:13:09 +0200
changeset 40051 b6acda4d1c29
parent 105 216d6ed87399
permissions -rw-r--r--
added generator_dseq compilation for a sound depth-limited compilation with small value generators

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