doc-src/Intro/arith.thy
author blanchet
Mon, 06 Dec 2010 13:30:38 +0100
changeset 40998 bcd23ddeecef
parent 105 216d6ed87399
permissions -rw-r--r--
started implementing the new monotonicity rules for application

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