You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MVars with an initial value could be an instance of Data.RefMonad. However, the current functional dependency would not make this possible without "newtyping" the IO monad.
MVars with an initial value could be an instance ofData.RefMonad. However, the current functional dependency would not make this possible without "newtyping" the IO monad.Would having this instance make sense?