doc-src/Intro/arith.thy
author paulson
Fri, 16 Feb 1996 12:57:32 +0100
changeset 1502 b612093c8bff
parent 105 216d6ed87399
permissions -rw-r--r--
Elimination of fully-functorial style. Type tactic changed to a type abbrevation (from a datatype). Constructor tactic and function apply deleted.

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