extensible-effects
Effect monad library
A library providing a single monad to handle multiple effects in effectful computations.
Extensible Effects: An Alternative to Monad Transformers
174 stars
17 watching
25 forks
Language: Haskell
last commit: almost 4 years ago effectsextensible-effectshaskell
Related projects:
Repository | Description | Stars |
---|---|---|
haskell-effectful/effectful | An effects library for Haskell designed to be fast and easy to use. | 380 |
dorchard/effect-monad | Provides fine-grained reasoning about effects in Haskell computations | 99 |
re-xyr/cleff | An extensible effects library that provides a balance of performance and expressiveness while allowing users to define their own custom effects. | 105 |
lexi-lambda/eff | An extensible effect system for Haskell that allows flexible handling of effects at the type level. | 124 |
tweag/capability | A library that provides an alternative to the mtl, allowing explicit decoupling of effects from their implementation. | 213 |
lexi-lambda/freer-simple | A Haskell library for building effectful applications with a focus on type-level effects and composability | 228 |
fumieval/extensible | Provides tools and abstractions for building complex, adaptable data structures in Haskell | 128 |
xnning/eveff | A Haskell library providing an efficient way to handle effects in functional programming | 82 |
jeanhuguesderaigniac/effects-landscape | An open-source project providing effects libraries for Haskell. | 72 |
hasura/eff | An effect system for Haskell that aims to provide a flexible and performant way of handling effects in programming languages | 553 |
iscpif/freedsl | A library for pure composition of side effects in functional programming using an abstract wrapping type and the Free Monad | 36 |
fused-effects/fused-effects | A fast and flexible effect system for Haskell that enables expressive and efficient programming | 647 |
effekt-lang/effekt | Language with lightweight effect handling and polymorphism | 332 |
purescript-contrib/purescript-aff | An asynchronous effect monad and threading model for PureScript | 285 |
effector/patronum | A library of reusable functions for managing side effects in reactive state management systems. | 296 |