| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Data.RatioInt
Description
Documentation
Rational numbers, with numerator and denominator of the Int type.
Instances
| Enum RatioInt # | |
| Eq RatioInt # | |
| Fractional RatioInt # | |
| Num RatioInt # | |
| Ord RatioInt # | |
Defined in Data.RatioInt | |
| Read RatioInt # | |
| Real RatioInt # | |
Defined in Data.RatioInt Methods toRational :: RatioInt -> Rational # | |
| RealFrac RatioInt # | |
| Show RatioInt # | |
| Storable RatioInt # | |
Defined in Data.RatioInt | |