Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
contiguous Data.Primitive.Contiguous for is traverse with its arguments flipped. For a version that ignores the results see for_.
-
streaming-bytestring Streaming.ByteString for xs f applies f to each chunk in the stream, and concatenates the resulting streams. Generalised in 0.2.4 to match streaming: the callback's (ignored) return value can be of any type.
-
data-effects Data.Effect.Concurrent.Parallel Executes in parallel the actions stored within a Traversable container t.
for :: (Traversable t, Applicative f) => t a -> (a -> f b) -> f (t b)cabal-install-solver Distribution.Solver.Compat.Prelude for is traverse with its arguments flipped. For a version that ignores the results see for_.
for :: Monad m => Int -> Int -> (Int -> m ()) -> m ()dense-linear-algebra Statistics.Matrix Simple for loop. Counts from start to end-1.
for :: Monad m => Int -> Int -> (Int -> m ()) -> m ()dense-linear-algebra Statistics.Matrix.Function Simple for loop. Counts from start to end-1.
for :: (Traversable t, Applicative f) => t a -> (a -> f b) -> f (t b)incipit-base Incipit.Base for is traverse with its arguments flipped. For a version that ignores the results see for_.
for :: forall t s e (m :: Type -> Type) a . (HasTime t s, Monoid e) => t -> Wire s e m a anetwire Control.Wire.Interval For the given time period.
- Depends: now for the given time period.
- Inhibits: after the given time period.
for :: Functor m => m a -> (a -> b) -> m bAgda Agda.Utils.Functor The true pure for loop. for is a misnomer, it should be forA.
-
BNFC BNFC.Utils Non-monadic forM.