doc-src/Intro/arith.thy
author blanchet
Thu, 22 Sep 2011 19:42:06 +0200
changeset 45048 59ca831deef4
parent 105 216d6ed87399
permissions -rw-r--r--
take out remote E-SInE -- it's broken and Geoff says it might take quite a while before he gets to it, plus it's fairly obsolete in the meantime

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