phantom-state

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

Version on this page:0.2.1.2
LTS Haskell 22.14:0.2.1.4
Stackage Nightly 2024-03-28:0.2.1.4
Latest on Hackage:0.2.1.4

See all snapshots phantom-state appears in

BSD-3-Clause licensed by Daniel Díaz
Maintained by [email protected]
This version can be pinned in stack with:phantom-state-0.2.1.2@sha256:bcb223b42d7a8abb11761bef67bae500e6cb991e43c52186f49a7cbc60b1751f,1457

Module documentation for 0.2.1.2

Depends on 2 packages(full list with versions):
Used by 1 package in lts-11.20(full list with versions):

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.