852d8fd2c4
Revisiting the Numeric Classes The Prelude for Haskell 98 offers a well-considered set of numeric classes which covers the standard numeric types (Integer, Int, Rational, Float, Double, Complex) quite well. But they offer limited extensibility and have a few other flaws.
6 lines
273 B
Text
6 lines
273 B
Text
Revisiting the Numeric Classes
|
|
|
|
The Prelude for Haskell 98 offers a well-considered set of numeric
|
|
classes which covers the standard numeric types (Integer, Int,
|
|
Rational, Float, Double, Complex) quite well. But they offer limited
|
|
extensibility and have a few other flaws.
|