Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. foldMapGlobals :: Monoid m => (Qualified -> m) -> Expression v -> m

    elm-syntax Language.Elm.Expression

    No documentation available.

  2. foldMapGlobals :: Monoid m => (Qualified -> m) -> Pattern v -> m

    elm-syntax Language.Elm.Pattern

    No documentation available.

  3. foldMapGlobals :: Monoid m => (Qualified -> m) -> Type v -> m

    elm-syntax Language.Elm.Type

    No documentation available.

  4. parBranchFoldMap :: NFData f => Int -> (e -> f) -> (f -> f -> f) -> Tree e a -> f

    elynx-tree ELynx.Tree.Parallel

    Map and fold over branches. Evaluate the sub trees up to given layer in parallel.

  5. parLabelFoldMap :: NFData b => Int -> (a -> b) -> (b -> b -> b) -> Tree e a -> b

    elynx-tree ELynx.Tree.Parallel

    Map and fold over labels. Evaluate the sub trees up to given layer in parallel.

  6. foldMap :: (Vector v a, Monoid m) => (a -> m) -> v a -> m

    fixed-vector Data.Vector.Fixed

    Map each element of the structure to a monoid, and combine the results. Similar to foldMap

  7. imap :: (Vector v a, Vector v b) => (Int -> a -> b) -> v a -> v b

    fixed-vector Data.Vector.Fixed

    Apply function to every element of the vector and its index.

  8. imapM :: (Vector v a, Vector v b, Applicative f) => (Int -> a -> f b) -> v a -> f (v b)

    fixed-vector Data.Vector.Fixed

    Apply monadic function to every element of the vector and its index.

  9. imapM_ :: (Vector v a, Applicative f) => (Int -> a -> f b) -> v a -> f ()

    fixed-vector Data.Vector.Fixed

    Apply monadic function to every element of the vector and its index and discard result.

  10. dimapFun :: forall (n :: PeanoNum) a b c d . ArityPeano n => (a -> b) -> (c -> d) -> Fun n b c -> Fun n a d

    fixed-vector Data.Vector.Fixed.Cont

    Apply function to parameters and result of Fun simultaneously.

Page 983 of many | Previous | Next