graft-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Effect.IO.Passthrough

Orphan instances

MonadIO m => InterpretEffectStateful x m MonadIOEffect Source #

A "passthough" instance for MonadIOEffects: Modifications don't change anything.

Instance details

Methods

interpretEffectStateful :: forall (ops :: [Effect]) x0 a. (forall b y. x y -> AST ops b -> m (b, x y)) -> x x0 -> MonadIOEffect (AST ops) a -> m (a, x x0) Source #