doc-src/Intro/arith.thy
author haftmann
Fri, 17 Dec 2010 22:00:54 +0100
changeset 41298 aad679ca38d2
parent 105 216d6ed87399
permissions -rw-r--r--
more convenient order of type variables

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