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