Add ratio manipulation functionality.
parent
3a724a32a3
commit
f8607cbbd7
|
@ -267,7 +267,7 @@ import GHC.Read as X
|
||||||
import GHC.Real as X
|
import GHC.Real as X
|
||||||
( Fractional, (/), fromRational, recip
|
( Fractional, (/), fromRational, recip
|
||||||
, Integral, div, divMod, mod, quot, quotRem, rem, toInteger
|
, Integral, div, divMod, mod, quot, quotRem, rem, toInteger
|
||||||
, Ratio
|
, Ratio, (%), numerator, denominator
|
||||||
, Rational
|
, Rational
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue