doc-src/Intro/arith.thy
author bulwahn
Sat, 24 Oct 2009 16:55:42 +0200
changeset 33113 0f6e30b87cf1
parent 105 216d6ed87399
permissions -rw-r--r--
processing of tuples in introduction rules

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