doc-src/Intro/arith.thy
author paulson
Wed, 05 Mar 1997 10:01:57 +0100
changeset 2722 3e07c20b967c
parent 105 216d6ed87399
permissions -rw-r--r--
Now uses rotate_tac and eta_contract_atom for greater speed

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