Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fork :: Par () -> Par ()

    monad-par Control.Monad.Par

    No documentation available.

  2. fork :: Par () -> Par ()

    monad-par Control.Monad.Par.Scheds.Direct

    No documentation available.

  3. fork :: Par () -> Par ()

    monad-par Control.Monad.Par.Scheds.Trace

    No documentation available.

  4. 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.

  5. 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.

  6. 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.

  7. force :: forall s e (m :: Type -> Type) a . Wire s e m a a

    netwire Control.Wire.Core

    Force the input signal to WHNF here. This wire forces both produced values and inhibition values.

    • Depends: now.

  8. forceNF :: forall a s e (m :: Type -> Type) . NFData a => Wire s e m a a

    netwire Control.Wire.Core

    Force the input signal to NF here. This wire forces only produced values.

    • Depends: now.

  9. force :: forall s e (m :: Type -> Type) a . Wire s e m a a

    netwire FRP.Netwire

    Force the input signal to WHNF here. This wire forces both produced values and inhibition values.

    • Depends: now.

  10. forceNF :: forall a s e (m :: Type -> Type) . NFData a => Wire s e m a a

    netwire FRP.Netwire

    Force the input signal to NF here. This wire forces only produced values.

    • Depends: now.

Page 141 of many | Previous | Next