chp-transformers-1.0.0: Transformers instances for the CHP library
Control.Concurrent.CHP.Transformers
Description
Various (orphan) instances for monads from the chp and chp-plus libraries for classes from the transformers library.
There are MonadIO instances for:
MonadIO
CHP
CHPTest
Composed
There are MonadCHP instances of the form instance MonadCHP m => MonadCHP (t m), where t is one of the monad transformers:
MonadCHP
instance MonadCHP m => MonadCHP (t m)
ReaderT
ErrorT
ContT
IdentityT