doc-src/Intro/arith.thy
author paulson
Wed, 25 Sep 1996 11:14:18 +0200
changeset 2024 909153d8318f
parent 105 216d6ed87399
permissions -rw-r--r--
Rationalized the rewriting of membership for {} and insert by deleting the redundant theorems in_empty and in_insert

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