[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / std / Numeric.lhs
similarity index 99%
rename from ghc/lib/required/Numeric.lhs
rename to ghc/lib/std/Numeric.lhs
index 4226863..067c672 100644 (file)
@@ -32,7 +32,7 @@ module Numeric
 
 import PrelBase
 import PrelMaybe
-import ArrBase
+import PrelArr
 import PrelNum
 import PrelRead
 
@@ -80,7 +80,6 @@ showInt n r
     in
     if n' == 0 then r' else showInt n' r'
     }}
-
 \end{code}
 
 Controlling the format and precision of floats. The code that