On Tue, Oct 04, 2011 at 11:21:44AM -0700, Daniel Fischer wrote: > > fromRat' no longer uses scaleRat, if we're confident nobody uses that, > we could remove it. > > -- Scale x until xMin <= x < xMax, or p (the exponent) <= minExp. > scaleRat :: Rational -> Int -> Rational -> Rational -> Int -> Rational -> > (Rational, Int)
Removing it sounds reasonable, if GHC builds without it. Thanks Ian _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
