1
Fork 0

Add Real data type.

master
Joshua Potter 2018-01-14 12:05:15 -08:00
parent 051312cfc4
commit 97deea015f
1 changed files with 1 additions and 0 deletions

View File

@ -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
)