Îõ³h$ 5{!      NoneÙWmonad-parallel5Class of monads that can fork a parallel computation.monad-parallelÒFork a child monadic computation to be performed in parallel with the current one.monad-parallelÞClass of monads that can perform two computations in parallel and bind their results together.monad-parallelÀPerform two monadic computations in parallel; when they are both finished, pass the results to the function. Apart from the possible ordering of side effects, this function is equivalent to '\f ma mb-> do {a <- ma; b <- mb; f a b}monad-parallelïPerform three monadic computations in parallel; when they are all finished, pass their results to the function.monad-parallelLike 7, but evaluating its two monadic arguments in parallel.monad-parallelLike 9, but evaluating its three monadic arguments in parallel.monad-parallelLike ;, but evaluating the function and its argument in parallel.monad-parallelLike (, but executing the actions in parallel. monad-parallelLike (, but executing the actions in parallel. monad-parallelLike Å, but applying the function to the individual list items in parallel. monad-parallelLike  Å, but applying the function to the individual list items in parallel. monad-parallelLike  Å, but applying the function to the individual list items in parallel. monad-parallelLike  Å, but applying the function to the individual list items in parallel.monad-parallelLike  6, but executing the action multiple times in parallel.monad-parallelLike  6, but executing the action multiple times in parallel.monad-parallelÀAny monad that allows the result value to be extracted, such as ! or " monad, can implement  by using #.monad-parallelIO is forkable by $. monad-parallelIO is parallelizable by $.    %      !"#$%&$'()*+$,-.(monad-parallel-0.8-Cu355R85MQua74vwPGIA1Control.Monad.Parallel Control.MonadliftM2liftM3apsequence sequence_mapMmapM_forMforM_ replicateM replicateM_ MonadForkforkExec MonadParallelbindM2bindM3$fMonadParallelReaderT$fMonadParallelExceptT$fMonadParallelMaybeT$fMonadParallelIdentityT$fMonadParallel->$fMonadParallel[]$fMonadParallelMaybe$fMonadParallelIdentity$fMonadForkReaderT$fMonadForkExceptT$fMonadForkMaybeT$fMonadForkIdentityT $fMonadForkIO $fMonadFork-> $fMonadFork[]$fMonadForkMaybe$fMonadParallelIObaseData.Functor.IdentityIdentity GHC.MaybeMaybe'parallel-3.2.2.0-HTf2o2horULDwL7cXUB9uvControl.Parallelpar GHC.Conc.SyncforkIO