polysemy-zoo

Experimental, user-contributed effects and interpreters for polysemy

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

Version on this page:0.1.2.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.1.2.0@sha256:7f2cd75a783c3cd1d77cf36a1d87b2bef5b3a0bb784bb87a24884d8eb6216227,2471

Module documentation for 0.1.2.0

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

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.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