@hackage core-effect-effectful0.0.0.4
Interoperability with the effectful effects system
Categories
License
MIT
Maintainer
Andrew Cowie <istathar@gmail.com>
Links
Versions
- 0.0.0.4 Sat, 4 Feb 2023
Installation
Tested Compilers
Dependencies (5)
- base >=4.11 && <5
- core-data
- core-program >=0.6.2
- core-text
- effectful-core Show all…
Dependents (0)
This is part of a library to help build command-line programs, both tools and longer-running daemons.
This package adds wrappers around the effectful library, providing an implmentation of a ProgramE τ effect wrapping the Program τ monad from core-program so that applications needing to use a complicated effect system can still access top-level program utilities such as concurrency, logging, and telemetry.