@hackage phantom-state0.2.0.0

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

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 how the state changes, use this library to earn a plus of efficiency.