@hackage fx0.11.2
Modular effectful computations with explicit environments and errors
Installation
Dependencies (6)
- base >=4.9 && <5
- monad-parallel >=0.8 && <0.9
- mtl >=2.2 && <3
- stm >=2.5 && <3
- text >=1 && <3
- transformers >=0.5 && <0.8 Show all…
Dependents (1)
@hackage/acme-everything
A lightweight library for writing effectful computations with explicit environment dependencies and error handling. Provides value-based abstractions for effects without deep monad transformer stacks.
Key features: explicit env/err types, composable and safe resource management and concurrency, and compatibility with Ports and Adapters architecture.