phantom-state

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

LTS Haskell 22.13:0.2.1.4
Stackage Nightly 2024-03-14:0.2.1.4
Latest on Hackage:0.2.1.4

See all snapshots phantom-state appears in

BSD-3-Clause licensed and maintained by Daniel Casanueva (daniel.casanueva `at` proton.me)
This version can be pinned in stack with:phantom-state-0.2.1.4@sha256:91624bfeba3ae5b74db4489826fa1902ca73c8ecb27d2aa693a130afffdb6421,1467

Module documentation for 0.2.1.4

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2024-03-14(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.

Changes

0.2.1.4

  • Metadata update.