doc-src/Intro/arith.thy
author blanchet
Mon, 23 Nov 2009 17:59:22 +0100
changeset 33876 62bcf6a52493
parent 105 216d6ed87399
permissions -rw-r--r--
fixed soundness bug in Nitpick's handling of typedefs

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