Would it be possible to make Run (state ∷ STATE s | r) instance of MonadState similar to how this has been done for MonadEff and MonadAff? I'm trying to use purescript-run with some lenses inside, and the lens functions (use, assign etc.) expect the state monad in their signatures.
Would it be possible to make
Run (state ∷ STATE s | r)instance of MonadState similar to how this has been done forMonadEffandMonadAff? I'm trying to use purescript-run with some lenses inside, and the lens functions (use,assignetc.) expect the state monad in their signatures.