doc-src/Intro/arith.thy
author webertj
Sat, 07 Nov 2009 18:55:50 +0000
changeset 33511 5b31218a3a8c
parent 105 216d6ed87399
permissions -rw-r--r--
merged

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