[project @ 2001-08-28 15:36:52 by simonmar]
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.
Please register or sign in to comment
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.