We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d1dfb commit 52ea816Copy full SHA for 52ea816
strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TVar.hs
@@ -34,7 +34,7 @@ import Control.Monad.Class.MonadSTM hiding (traceTVar, traceTVarIO)
34
type LazyTVar m = Lazy.TVar m
35
36
newtype StrictTVar m a = StrictTVar {
37
- tvar :: LazyTVar m a
+ tvar :: LazyTVar m a
38
}
39
40
labelTVar :: MonadLabelledSTM m => StrictTVar m a -> String -> STM m ()
0 commit comments