doc-src/Intro/arith.thy
author nipkow
Thu, 14 May 1998 16:54:20 +0200
changeset 4931 2ec84dee7911
parent 105 216d6ed87399
permissions -rw-r--r--
Reordred arguments in AutoChopper. Updated README with ref to paper.

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