Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
liquidhaskell-boot Liquid.GHC.API No documentation available.
-
monad-par Control.Monad.Par No documentation available.
-
monad-par Control.Monad.Par.Scheds.Direct No documentation available.
-
monad-par Control.Monad.Par.Scheds.Trace No documentation available.
forM :: MonadParallel m => [a] -> (a -> m b) -> m [b]monad-parallel Control.Monad.Parallel Like forM, but applying the function to the individual list items in parallel.
forM_ :: MonadParallel m => [a] -> (a -> m b) -> m ()monad-parallel Control.Monad.Parallel Like forM_, but applying the function to the individual list items in parallel.
forkExec :: MonadFork m => m a -> m (m a)monad-parallel Control.Monad.Parallel Fork a child monadic computation to be performed in parallel with the current one.
force :: forall s e (m :: Type -> Type) a . Wire s e m a anetwire Control.Wire.Core Force the input signal to WHNF here. This wire forces both produced values and inhibition values.
- Depends: now.
forceNF :: forall a s e (m :: Type -> Type) . NFData a => Wire s e m a anetwire Control.Wire.Core Force the input signal to NF here. This wire forces only produced values.
- Depends: now.
force :: forall s e (m :: Type -> Type) a . Wire s e m a anetwire FRP.Netwire Force the input signal to WHNF here. This wire forces both produced values and inhibition values.
- Depends: now.