doc-src/Intro/arith.thy
author wenzelm
Wed, 29 Dec 2010 13:51:17 +0100
changeset 41412 35f30e07fe0d
parent 105 216d6ed87399
permissions -rw-r--r--
check_file: secondary load path is legacy feature;

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