From: sof Date: Wed, 30 Sep 1998 08:48:51 +0000 (+0000) Subject: [project @ 1998-09-30 08:48:51 by sof] X-Git-Tag: Approx_2487_patches~253 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=95a92d47e9c40c12f89a761c150c43cfd20a84cc;p=ghc-hetmet.git [project @ 1998-09-30 08:48:51 by sof] Added showIntAtBase to export list --- diff --git a/ghc/lib/exts/NumExts.lhs b/ghc/lib/exts/NumExts.lhs index e2f053a..19586ed 100644 --- a/ghc/lib/exts/NumExts.lhs +++ b/ghc/lib/exts/NumExts.lhs @@ -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)