doc-src/Intro/arith.thy
author lcp
Fri, 09 Sep 1994 11:52:38 +0200
changeset 595 96c87d5bb015
parent 105 216d6ed87399
permissions -rw-r--r--
Added mention of directory IMP; tidied the section on examples.

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