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.
forAllOrigin :: Testable prop => (Array (Range Char) Int64 -> prop) -> Propertylinear-programming Numeric.LinearProgramming.Test No documentation available.
-
linear-programming Numeric.LinearProgramming.Test No documentation available.
forallcb :: CGEnv -> !HashMap Var Exprliquidhaskell-boot Language.Haskell.Liquid.Constraint.Types Polymorhic let bindings
-
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.