monad-io-adapter: Adapters between MonadIO and MonadBase IO.
This package provides utilities for converting between computations
parameterized via two different typeclasses MonadIO
and MonadBase
, both of
which can be used to abstract over monad transformer stacks with IO
at the
base. Unfortunately, both classes are frequently used in the Haskell
ecosystem, since they have minor differences.
Due to these typeclasses being unrelated, it’s not entirely uncommon to end up
with type signatures like (
,
which are a little silly, since MonadIO
m, MonadBaseControl
IO
m) => ...
really includes all
the power of MonadBaseControl
IO
MonadIO
.
To help alleviate this problem, this package provides a set of utilities for converting between the two constraints in situations where possible.
[Skip to Readme]
Downloads
- monad-io-adapter-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.9 && <5), exceptions (>=0.6 && <1), monad-control (>=1 && <2), monad-logger, mtl, transformers, transformers-base [details] |
License | ISC |
Copyright | 2017 CJ Affiliate by Conversant |
Author | Alexis King <lexi.lambda@gmail.com> |
Maintainer | Alexis King <lexi.lambda@gmail.com> |
Category | Control |
Home page | https://github.com/cjdev/monad-io-adapter#readme |
Bug tracker | https://github.com/cjdev/monad-io-adapter/issues |
Source repo | head: git clone https://github.com/cjdev/monad-io-adapter |
Uploaded | by lexi_lambda at 2017-11-21T17:11:41Z |
Distributions | NixOS:0.1.0.0 |
Reverse Dependencies | 1 direct, 2 indirect [details] |
Downloads | 1065 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-11-21 [all 1 reports] |