Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Effect.IO.Passthrough
Contents
Orphan instances
MonadIO m => InterpretEffectStateful x m MonadIOEffect 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 -> MonadIOEffect (AST ops) a -> m (a, x x0) Source # |