BSD-2-Clause licensed by Ashley Yakeley
Maintained by <[email protected]>
This version can be pinned in stack with:monadology-0.4@sha256:a5e2fbb86c8bd643ec1a28c1d211545801d7a5da31568fc3cfff2f79bdb50590,5351

Module documentation for 0.4

Monadology is intended as a collection of the best ideas in monad-related classes and types, with a focus on correctness and elegance, and theoretical understanding, rather than practical performance.

Changes

[0.4] - 2024-12-15

  • fix for GHC 9.8, 9.10
  • add refPutRestore

[0.3] - 2023-07-25

  • LifecycleT: improve to make closing more robust
  • add bracketNoMask_

[0.2] - 2023-07-31

  • fix “Prod” type, add more functions
  • WithT: rename from TransformT, add more instances & functions
  • refRestore etc.: more general because no masking of async exceptions
  • remove some unnecessary classes and constraints

[0.1] - 2022-09-12

  • initial release