[project @ 1998-09-30 08:48:51 by sof]
authorsof <unknown>
Wed, 30 Sep 1998 08:48:51 +0000 (08:48 +0000)
committersof <unknown>
Wed, 30 Sep 1998 08:48:51 +0000 (08:48 +0000)
Added showIntAtBase to export list

ghc/lib/exts/NumExts.lhs

index e2f053a..19586ed 100644 (file)
@@ -6,12 +6,12 @@
 
 \begin{code}
 module NumExts
-
        (
          doubleToFloat   -- :: Double -> Float
        , floatToDouble   -- :: Double -> Float
        , showHex         -- :: Integral a => a -> ShowS
        , showOct         -- :: Integral a => a -> ShowS
+       , showIntAtBase   -- :: Integral a => a -> (a -> Char) -> a -> ShowS
        ) where
 
 import Char (ord, chr)