File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
{-# LANGUAGE CPP #-}
3
3
{-# LANGUAGE ExplicitNamespaces #-}
4
4
{-# LANGUAGE GADTs #-}
5
+ {-# LANGUAGE TypeOperators #-}
5
6
6
7
-- | This module corresponds to `Control.Concurrent.STM.TBQueue` in "stm" package
7
8
--
Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE ExplicitNamespaces #-}
4
4
{-# LANGUAGE GADTs #-}
5
5
{-# LANGUAGE NamedFieldPuns #-}
6
+ {-# LANGUAGE TypeOperators #-}
6
7
7
8
-- | This module corresponds to `Control.Concurrent.STM.TChan` in "stm" package
8
9
--
Original file line number Diff line number Diff line change 2
2
{-# LANGUAGE CPP #-}
3
3
{-# LANGUAGE ExplicitNamespaces #-}
4
4
{-# LANGUAGE GADTs #-}
5
+ {-# LANGUAGE TypeOperators #-}
5
6
6
7
-- | This module corresponds to `Control.Concurrent.STM.TMVar` in "stm" package
7
8
--
Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE ExplicitNamespaces #-}
4
4
{-# LANGUAGE GADTs #-}
5
5
{-# LANGUAGE NamedFieldPuns #-}
6
+ {-# LANGUAGE TypeOperators #-}
6
7
7
8
-- | This module corresponds to `Control.Concurrent.STM.TVar` in "stm" package
8
9
--
You can’t perform that action at this time.
0 commit comments