diff --git a/src/Postlude.hs b/src/Postlude.hs index 89a5b2f..d016d29 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -269,6 +269,7 @@ import GHC.Real as X , Integral, div, divMod, mod, quot, quotRem, rem, toInteger , Ratio, (%), denominator, numerator , Rational + , Real, toRational , RealFrac, ceiling, floor, properFraction, round, truncate )