doc-src/Intro/arith.thy
author haftmann
Mon, 10 May 2010 15:24:43 +0200
changeset 36806 fc27b0465a4c
parent 105 216d6ed87399
permissions -rw-r--r--
stylized COOPER exception

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