@hackage / phantom-state

Phantom State Transformer. Like State Monad, but without values.

Latest0.2.1.5

About

Metadata

  • Last updated , by DanielDiaz
  • License BSD-3-Clause
  • Maintained by: Daniel Casanueva (coding `at` danielcasanueva.eu)

  • Lottery factor: 1

Links

Installation

Readme

A monad transformer that mimics the State Monad Transformer from the transformers package, but dropping the values. In those cases that you want to use the State Monad but you only care about effects and how the state changes, use this library to earn a plus of efficiency.