import public Control.Effect.Readerimport public Control.Effect.Writer
StateE : Type -> (Type -> Type) -> Type -> Type
State effect - the union of Reader and Writer effects.
HintState : Algebra sig m => Algebra (StateE s :+: sig) (StateT s m)