[project @ 2001-03-21 15:14:27 by simonmar]
[ghc-hetmet.git] / ghc / lib / hugs / Prelude.hs
index d8ed39f..65fe98e 100644 (file)
@@ -68,7 +68,7 @@ module Prelude (
     Real(toRational),
 --  Integral(quot, rem, div, mod, quotRem, divMod, toInteger),
     Integral(quot, rem, div, mod, quotRem, divMod, even, odd, toInteger, toInt),
-    Fractional((/), recip, fromRational), fromDouble,
+    Fractional((/), recip, fromRational, fromDouble),
     Floating(pi, exp, log, sqrt, (**), logBase, sin, cos, tan,
              asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh),
     RealFrac(properFraction, truncate, round, ceiling, floor),
@@ -88,5 +88,5 @@ module Prelude (
        -- Now we have the extra (non standard) thing.
   ) where
 
-import PrimPrel
+import PrelPrim