doc-src/Intro/arith.thy
author nipkow
Fri, 01 Aug 1997 09:42:19 +0200
changeset 3584 8f9ee0f79d9a
parent 105 216d6ed87399
permissions -rw-r--r--
Corected bug in def of dropWhile (also present in Haskell lib!)

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