polysemy-zoo

Experimental, user-contributed effects and interpreters for polysemy

https://github.com/isovector/polysemy-zoo#readme

Version on this page:0.2.0.0
LTS Haskell 20.26:0.8.1.0
Stackage Nightly 2022-11-17:0.8.1.0
Latest on Hackage:0.8.2.0

See all snapshots polysemy-zoo appears in

BSD-3-Clause licensed by Sandy Maguire
Maintained by [email protected]
This version can be pinned in stack with:polysemy-zoo-0.2.0.0@sha256:66edfa41b1947fb1ac8a240c78d5311bb36718f8349acddaeb51415a195f7fb3,2497

Module documentation for 0.2.0.0

  • Polysemy
    • Polysemy.IdempotentLowering
    • Polysemy.KVStore
    • Polysemy.MTL
    • Polysemy.Operators
    • Polysemy.Random
    • Polysemy.Several

polysemy-zoo

Build Status Hackage

Dedication

Once I was chased by the king of all scorpions.

Rachel Hunter

Overview

The polysemy-zoo is an experimental repository for user-contributed additions to the polysemy ecosystem. You’re encouraged to open Pull Requests here for any effects/interpretations that you write and think might be useful for others.

Particularly successful contributions here will be migrated into either polysemy proper, or polysemy-contrib (the less experimental version of the zoo.)

Changes

Changelog for polysemy-zoo

0.2.0.0 (2019-06-14)

  • Remove Polysemy.RandomFu, which is moving to its own package
  • Add explicit cabal bounds for dependencies of polysemy-zoo

0.1.2.1 (2019-06-12)

  • Update the tests to run against polysemy-0.4.0.0

0.1.2.0 (2019-06-01)

  • Added Polysemy.MTL for inter-op with MTL (thanks to @adamConnerSax)
  • Moved Polysemy.Random from polysemy
  • Added Polysemy.RandomFu (thanks to @adamConnerSax)
  • Added fixedNat and fixedNat' to Polysemy.IdempotentLowering for working with higher-order effects.

0.1.1.0 (2019-05-22)

  • Added Polysemy.IdempotentLowering

Unreleased changes