Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Effect.Writer.Passthrough
Contents
Orphan instances
MonadWriter e m => InterpretEffectStateful x m (MonadWriterEffect e) Source # | A "passthough" instance for |
Methods interpretEffectStateful :: forall (ops :: [Effect]) x0 a. (forall b y. x y -> AST ops b -> m (b, x y)) -> x x0 -> MonadWriterEffect e (AST ops) a -> m (a, x x0) Source # |