doc-src/Intro/arith.thy
author berghofe
Thu, 06 Sep 2007 11:33:45 +0200
changeset 24531 aa3aacb22e65
parent 105 216d6ed87399
permissions -rw-r--r--
Integrated code generator setup into Rational theory.

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