1
Fork 0

Add RealFrac type.

master
Joshua Potter 2018-01-14 12:03:21 -08:00
parent f8607cbbd7
commit 051312cfc4
1 changed files with 2 additions and 1 deletions

View File

@ -267,8 +267,9 @@ import GHC.Read as X
import GHC.Real as X
( Fractional, (/), fromRational, recip
, Integral, div, divMod, mod, quot, quotRem, rem, toInteger
, Ratio, (%), numerator, denominator
, Ratio, (%), denominator, numerator
, Rational
, RealFrac, ceiling, floor, properFraction, round, truncate
)
import GHC.Show as X