unliftio
The MonadUnliftIO typeclass for unlifting monads to IO (by fpco)
layers
Modular type class machinery for monad transformer stacks. (by duairc)
unliftio | layers | |
---|---|---|
5 | - | |
148 | 33 | |
-1.4% | - | |
2.9 | 0.0 | |
4 months ago | almost 7 years ago | |
Haskell | Haskell | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unliftio
Posts with mentions or reviews of unliftio.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-14.
-
UnliftIO, ExceptT and Coercible
FWIW, your suggestion is very similar to a proposed instance for MonadUnliftIO (ExceptT e), except that effectfuls use of the type system means that it doesn't suffer from one of the proposed downsides (dubious interaction with catchAny).
-
How introduce `ResourceT` into my stack
Possibly interesting thread here: https://github.com/fpco/unliftio/issues/68
-
Is `MonadBaseControl` dead?
Any way quoting u/snoyberg : https://github.com/fpco/unliftio/issues/17#issuecomment-363655106
-
Try.do is dangerous
That's not true. It's just writing that instance is a bit tricky: https://github.com/fpco/unliftio/issues/68
-
Try.do for recoverable errors in Haskell
However, ExceptT cannot be an instance of MonadUnliftIO – because it necessarily requires multiple exit points. See this discussion which should give you an idea of how hairy and unpredictable this can be.
layers
Posts with mentions or reviews of layers.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning layers yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing unliftio and layers you can also consider the following projects:
recursion-schemes - Generalized bananas, lenses and barbed wire
transient-universe - A Cloud monad based on transient for the creation of Web and reactive distributed applications that are fully composable, where Web browsers are first class nodes in the cloud
lifted-base - IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl
deepseq - Deep evaluation of data structures
managed - A monad for managed values
record - Anonymous records