@hackage monad-effect0.2.0.0

A fast and lightweight effect system.

  • Installation

  • Dependencies (14)

  • Dependents (0)

  • Package Flags

      bencho0
       (off by default)

      Compile benchmarks with -O0

      bencho1
       (off by default)

      Compile benchmarks with -O1

      bencho2
       (off by default)

      Compile benchmarks with -O2

      noinline
       (off by default)

      Disable inlining for Countdown benchmark

A fast and lightweight effect system. It provides a way to define and handle effects and exceptions in a modular and composable way. Main features: moduled effects, algebraic exceptions, pure states, and good performance.