| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Conversion
- class Conversion a b where
- convert :: a -> b
Documentation
class Conversion a b where Source
A type-class,
which provides a non-partial conversion function from a value of type a
to a value of type b.
Instances