Popularity
4.9
Declining
Activity
0.0
Stable
4
4
1
Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
monad-task alternatives and similar packages
Based on the "monad" category.
Alternatively, view monad-task alternatives based on common mentions on social networks and blogs.
-
monad-time
Type class for monads which carry the notion of the current time. -
monad-control
Lift control operations, like exception catching, through monad transformers -
monad-validate
A Haskell monad transformer library for data validation -
monad-unlift
Typeclasses for representing monad (transformer) morphisms -
monad-unlift-ref
Typeclasses for representing monad (transformer) morphisms -
monad-logger-prefix
Easily add a prefix to your MonadLogger output. -
monad-batcher
An applicative monad that batches commands for later more efficient execution -
monad-supply
Support for computations which consume values from a (possibly infinite) supply. -
monad-io-adapter
A Haskell package that adapts between MonadIO and MonadBase IO -
monad-resumption
Resumption and Reactive-Resumption Monads for the Haskell programming language. -
monad-loops-stm
STM-specific control operators (split out of monad-loops as of version 0.4) -
monad-introspect
A reader monad that gives the environment access to the entire transformer stack -
monad-open
Open-ended computation for when you need it (open recursion) -
monad-peel
Lift control operations like exception catching through monad transformers -
monad-interleave
Monads with an unsaveInterleaveIO-like operation -
monad-control-aligned
Lift control operations, like exception catching, through monad transformers -
monad-control-identity
Stronger classes than monad-control
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of monad-task or a related project?
README
monad-task
Task monad transformer that turns event processing into co-routine programming.
See Invert the Inversion of Control for a tutorial on writing a GLFW/OpenGL application using task monad.