doc-src/Intro/arith.thy
author blanchet
Fri, 17 Dec 2010 18:23:56 +0100
changeset 41255 a80024d7b71b
parent 105 216d6ed87399
permissions -rw-r--r--
added debugging option to find out how good the relevance filter was at identifying relevant facts

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