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
io-sim-classes: fix type signature of Strict.stateTVar
`Control.Monad.Class.MonadSTM.Strict.stateTVar` should have the following
type signature
```
stateTVar :: MonadSTM m => StrictTVar m s -> (s -> (a, s)) -> STM m a
```
to match `Control.Monad.Class.MonadSTM.stateTVar` and
`Control.Concurrent.STM.TVar.stateTVar`.
0 commit comments