Stability | Ultra-Violence |
---|---|
Portability | I'm too young to die |
Safe Haskell | Safe |
Language | Haskell98 |
Instances for dealing with the usual data.
Documentation
class Convertible a b #
A typeclass that represents something that can be converted.
A Convertible a b
instance represents an a
that can be converted to a b
.
Orphan instances
Convertible Bool ByteString Source # | |
Convertible () ByteString Source # | |
(Show a, Num a) => Convertible a ByteString Source # | |
Convertible ByteString Bool Source # | |
Convertible ByteString () Source # | |
(Read a, Num a, Typeable * a) => Convertible ByteString a Source # | |
Convertible ByteString ByteString Source # | |
Monad m => WriteRef () m ByteString Source # | |
ReadRef () m ByteString Source # | |
MonadIO m => WriteRef (Chan a) m a Source # | |
MonadIO m => ReadRef (Chan a) m a Source # | |