simonmar 2001/08/28 08:36:52 PDT
Modified files:
ghc/lib/std PrelReal.lhs
Log:
Change the definition of recip in the instance of Fractional for
Ratio, to:
recip (x:%y) = y % x
as per the revised Haskell 98 report.
Revision Changes Path
1.14 +2 -2 fptools/ghc/lib/std/PrelReal.lhs