polysemy-zoo-0.8.2.0: Experimental, user-contributed effects and interpreters for polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Reader.More

Synopsis

Documentation

Interpretations

runReaderFixSem :: forall i r a. Member Fixpoint r => Sem r i -> Sem (Reader i ': r) a -> Sem r a Source #

Runs a Reader effect by running a monadic action once, after the Sem has completed, and then providing the result to each request recursively.