Skip to content

Commit

Permalink
Update strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TVar.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Szamotulski <coot@coot.me>
  • Loading branch information
jorisdral and coot committed Jul 26, 2023
1 parent b7d1dfb commit 52ea816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import Control.Monad.Class.MonadSTM hiding (traceTVar, traceTVarIO)
type LazyTVar m = Lazy.TVar m

newtype StrictTVar m a = StrictTVar {
tvar :: LazyTVar m a
tvar :: LazyTVar m a
}

labelTVar :: MonadLabelledSTM m => StrictTVar m a -> String -> STM m ()
Expand Down

0 comments on commit 52ea816

Please sign in to comment.