dejafu/Control/Monad/Conc/Fixed.hs

9 lines
254 B
Haskell
Executable File

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