doc-src/Intro/arith.thy
author paulson
Mon, 30 Sep 1996 11:10:22 +0200
changeset 2045 ae1030e66745
parent 105 216d6ed87399
permissions -rw-r--r--
Removed some dead wood. Transferred lemmas used to prove analz_image_newK to Shared.ML

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