From 95a92d47e9c40c12f89a761c150c43cfd20a84cc Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 30 Sep 1998 08:48:51 +0000 Subject: [PATCH] [project @ 1998-09-30 08:48:51 by sof] Added showIntAtBase to export list --- ghc/lib/exts/NumExts.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4