[project @ 1997-11-24 17:49:28 by simonm]
[ghc-hetmet.git] / ghc / lib / ghc / PrelNum.lhs
index 72e6d4a..041214d 100644 (file)
@@ -23,6 +23,7 @@ import PrelBase
 import GHC
 import {-# SOURCE #-} Error ( error )
 import PrelList
+import PrelMaybe
 
 import ArrBase ( Array, array, (!) )
 import Unsafe   ( unsafePerformIO )
@@ -1185,7 +1186,6 @@ integerLogBase b i =
        in  doDiv (i `div` (b^l)) l
 \end{code}
 
-
 %*********************************************************
 %*                                                     *
 \subsection{Numeric primops}