polysemy-zoo: Experimental, user-contributed effects and interpreters for polysemy

[ bsd3, library, polysemy ] [ Propose Tags ]

Modules

[Last Documentation]

  • Polysemy
    • Polysemy.Alias
    • Polysemy.Capture
    • Polysemy.ConstraintAbsorber
      • Polysemy.ConstraintAbsorber.MonadError
      • Polysemy.ConstraintAbsorber.MonadReader
      • Polysemy.ConstraintAbsorber.MonadState
      • Polysemy.ConstraintAbsorber.MonadWriter
    • Polysemy.Cont
      • Polysemy.Cont.Internal
    • Polysemy.Final
      • Polysemy.Final.Async
      • Polysemy.Final.Error
      • Polysemy.Final.Fixpoint
      • Polysemy.Final.MTL
      • Polysemy.Final.Resource
    • Polysemy.Floodgate
    • Polysemy.IdempotentLowering
    • Polysemy.KVStore
    • Polysemy.Operators
    • Polysemy.Random
    • Redis
      • Polysemy.Redis.Utils
    • Polysemy.SetStore
    • Polysemy.Several
    • Polysemy.Shift
      • Polysemy.Shift.Internal

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.8.0.0, 0.8.1.0, 0.8.2.0
Change log ChangeLog.md
Dependencies async (>=2.2 && <3), base (>=4.9 && <5), binary (>=0.8.5.1 && <0.9), bytestring (>=0.10.8.2 && <0.11), constraints (>=0.10.1 && <0.12), containers (>=0.5 && <0.7), ghc-prim (>=0.5.2 && <0.6), hedis (>=0.10 && <0.13), mtl (>=2.0.1.0 && <3.0.0.0), polysemy (>=0.7.0.0), polysemy-plugin (>=0.2), random (>=1.1 && <1.2), reflection (>=2.1.4 && <3.0.0) [details]
License BSD-3-Clause
Copyright 2019 Sandy Maguire
Author Sandy Maguire
Maintainer sandy@sandymaguire.me
Category Polysemy
Home page https://github.com/isovector/polysemy-zoo#readme
Bug tracker https://github.com/isovector/polysemy-zoo/issues
Source repo head: git clone https://github.com/isovector/polysemy-zoo
Uploaded by isovector at 2019-07-24T15:05:42Z
Distributions NixOS:0.8.2.0
Reverse Dependencies 13 direct, 5 indirect [details]
Downloads 6605 total (70 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-07-24 [all 3 reports]

Readme for polysemy-zoo-0.5.0.0

[back to package description]

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

Polysemy in the Wild

The Zoo isn't the only place to find great user-contributions to polysemy! Here is a curated list of other great effects and interops: