Add Real data type.
parent
051312cfc4
commit
97deea015f
|
@ -269,6 +269,7 @@ import GHC.Real as X
|
||||||
, Integral, div, divMod, mod, quot, quotRem, rem, toInteger
|
, Integral, div, divMod, mod, quot, quotRem, rem, toInteger
|
||||||
, Ratio, (%), denominator, numerator
|
, Ratio, (%), denominator, numerator
|
||||||
, Rational
|
, Rational
|
||||||
|
, Real, toRational
|
||||||
, RealFrac, ceiling, floor, properFraction, round, truncate
|
, RealFrac, ceiling, floor, properFraction, round, truncate
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue