Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forAllOrigin :: Testable prop => (Array (Range Char) Int64 -> prop) -> Property

    linear-programming Numeric.LinearProgramming.Test

    No documentation available.

  2. forAllProblem :: (Indexed sh, Index sh ~ ix, Show ix, Testable prop, Element a) => Array sh a -> (Bounds ix -> Constraints ix -> prop) -> Property

    linear-programming Numeric.LinearProgramming.Test

    No documentation available.

  3. forallcb :: CGEnv -> !HashMap Var Expr

    liquidhaskell-boot Language.Haskell.Liquid.Constraint.Types

    Polymorhic let bindings

  4. forAllLit :: SDoc

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

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

    monad-par Control.Monad.Par

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

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

Page 141 of many | Previous | Next