doc-src/Intro/arith.thy
author wenzelm
Mon, 04 Oct 1999 21:37:35 +0200
changeset 7694 20121c9dc1a6
parent 105 216d6ed87399
permissions -rw-r--r--
tryres, gen_make_elim moved here;

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