Safe Haskell | None |
---|---|
Language | Haskell98 |
A wrapper that provides instances of Haskell 98 and NumericPrelude numeric type classes for types that have Haskell 98 instances.
Documentation
This makes a type usable in the NumericPrelude framework
that was initially implemented for Haskell98 typeclasses.
E.g. if a
is in class Num
,
then T a
is both in class Num
and in C
.
You can even lift container types.
If Polynomial a
is in Num
for all types a
that are in Num
,
then T (Polynomial (MathObj.Wrapper.NumericPrelude.T a))
is in C
for all types a
that are in C
.
Instances
unimplemented :: String -> a Source #