mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-20 03:51:39 +03:00
9 lines
254 B
Haskell
Executable File
9 lines
254 B
Haskell
Executable File
-- | 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
|