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
The MonadSTM module provides newTMVarDefault and many other default
implementations of MonadSTM methods. They ought to be provided directly by MonadSTM class, e.g.
classMonadSTMmwhere...default newTMVar :: (TMVarma~TMVarDefaultma)
=> a ->TMVar m a ->STM m a
newTMVar = newTMVarDefault