failure
mtl
failure | mtl | |
---|---|---|
- | 10 | |
7 | 369 | |
- | 1.1% | |
0.0 | 0.0 | |
over 10 years ago | 7 months ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
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.
failure
We haven't tracked posts mentioning failure yet.
Tracking mentions began in Dec 2020.
mtl
-
Deprecating Safe Haskell, or heavily investing in it?
The most recent real case I remember is https://github.com/haskell/mtl/issues/110, which could ended badly.
-
Type class subsets
Splitting mtl classes into algebraic and non-algebraic components (url) Factor MonadReader into Ask (algebraic) and Local (non-algebraic) classes Factor MonadWriter into Tell (algebraic) and Listen/Pass (non-algebraic)
- [ANN] mtl-2.3.1
-
[ANN] mtl-2.3.1-rc1
It was the example from the ticket which works fine because there is no restriction that the argument to ContT r is a Monad
- Confusion about StateT
-
Draft mtl-2.3 migration guide
I don't think so, but here is a list of upcoming changes in mtl-3.0.
What are some alternatives?
transient - A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
parallel - a library for parallel programming
exceptions - mtl friendly exceptions
capability - Extensional capabilities and deriving combinators
freer-simple - A friendly effect system for Haskell
motor - Type-safe effectful state machines in Haskell
apecs - a fast, extensible, type driven Haskell ECS framework for games
eveff - Efficient Haskell effect handlers based on evidence translation.
recursion-schemes - Generalized bananas, lenses and barbed wire
atl - Arrow Transformer Library
mtl-unleashed - MonadReader and MonadState without the functional dependencies