@hackage / Dangerous

Monads for operations that can exit early and produce warnings

Latest0.3.2

About

Metadata

  • Last updated , by NateSoares
  • License MIT
  • Maintained by: nate@natesoares.com

  • Lottery factor: 0

Links

Installation

Readme

Dangerous monads result in (Either Exit a, [Warning]), where Exit can denote either ending computation early (Stop) or the computation failing (Exit, Failure). Monads, Monad Transformers, and helper functions are included.