FIX #4335
authorDaniel Fischer <daniel.is.fischer@web.de>
Tue, 19 Oct 2010 01:01:09 +0000 (01:01 +0000)
committerDaniel Fischer <daniel.is.fischer@web.de>
Tue, 19 Oct 2010 01:01:09 +0000 (01:01 +0000)
commitaf97ffa5afc916cbe7fde22de3e2738458d85629
treeaac662d5802ad3922b9e1221a23df2fa11470c12
parentaea2507724ff9ee46fe7d49dab05e532a56cf487
FIX #4335
fromRational :: Rational -> Ratio a produced invalid results for fixed-width
types a. Reduce the fraction to avoid that.
GHC/Real.lhs