Safe Haskell | None |
---|
- class (Fractional a, Numeric a) => Fraction a where
Documentation
class (Fractional a, Numeric a) => Fraction a whereSource
Fractional types. The relation to the standard Fractional
class is
instanceFraction
a =>Fractional
(Data
a)