@hackage / monad-lgbt

Monad transformers for combining local and global state.

Latest0.0.2

About

Metadata

  • Last updated , by MichalGajda
  • License BSD-2-Clause
  • Maintained by: Michal J. Gajda <mjgajda@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

This is library providing a nice typeclass interface for monads with two different states: local and global. Local state is backtraced whenever intervening monad transformer backtracks. Global state is preserved across all backtracing. It provides nice, classy interface for monads with backtrackingbackjumpingcontinuations.