Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Prelude/_EqInteger.hs
module Prelude where import PrimIntegerEq -- used when compiling case-expressions if pattern is known to be Integer foreign import ccall "primIntegerEqC" _eqInteger :: Integer -> Integer -> Bool