@hackage / core-effect-effectful

Interoperability with the effectful effects system

Latest0.0.0.4

About

Metadata

  • Last updated , by AndrewCowie
  • License MIT
  • Categories Systems Programming
  • Maintained by: Andrew Cowie <istathar@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.2.4

Readme

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.