doc-src/Intro/arith.thy
author nipkow
Thu, 13 Apr 1995 10:20:55 +0200
changeset 1030 1d8fa2fc4b9c
parent 105 216d6ed87399
permissions -rw-r--r--
Completely rewrote split_tac. The old one failed in strange circumstances.

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