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

Safe HaskellNone
LanguageHaskell2010

Polysemy.Alias

Documentation

type InterpreterOf e r = forall x. Sem (e ': r) x -> Sem r x Source #