doc-src/Intro/arith.thy
author krauss
Tue, 18 Dec 2007 11:45:08 +0100
changeset 25688 6c24a82a98f1
parent 105 216d6ed87399
permissions -rw-r--r--
temporarily fixed documentation due to changed size functions

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