dejafu/Control/Monad/Conc/Fixed.hs

9 lines
254 B
Haskell
Raw Normal View History

-- | Concurrent monads with a fixed scheduler.
module Control.Monad.Conc.Fixed
( module Control.Monad.Conc.Fixed.ST
, module Control.Monad.Conc.Fixed.Schedulers
) where
import Control.Monad.Conc.Fixed.ST
import Control.Monad.Conc.Fixed.Schedulers