Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. unSourceMap :: SourceMap -> Map SourcePos (Seq Text, Seq Text)

    commonmark Commonmark.SourceMap

    No documentation available.

  2. unWithSourceMap :: WithSourceMap a -> State (Maybe Text, SourceMap) a

    commonmark Commonmark.SourceMap

    No documentation available.

  3. getMap :: Config -> IO (HashMap Name Value)

    configurator Data.Configurator

    Fetch the HashMap that maps names to values.

  4. foldMap :: (Contiguous arr, Element arr a, Monoid m) => (a -> m) -> arr a -> m

    contiguous Data.Primitive.Contiguous

    Monoidal fold over the element of an array.

  5. foldMap' :: (Contiguous arr, Element arr a, Monoid m) => (a -> m) -> arr a -> m

    contiguous Data.Primitive.Contiguous

    Strict monoidal fold over the elements of an array.

  6. foldlMap' :: (Contiguous arr, Element arr a, Monoid m) => (a -> m) -> arr a -> m

    contiguous Data.Primitive.Contiguous

    Strict left monoidal fold over the elements of an array.

  7. ifoldlMap' :: (Contiguous arr, Element arr a, Monoid m) => (Int -> a -> m) -> arr a -> m

    contiguous Data.Primitive.Contiguous

    Strict monoidal fold over the elements of an array.

  8. ifoldlMap1' :: (Contiguous arr, Element arr a, Semigroup m) => (Int -> a -> m) -> arr a -> m

    contiguous Data.Primitive.Contiguous

    Strict monoidal fold over the elements of an array.

  9. imap :: (Contiguous arr1, Element arr1 b, Contiguous arr2, Element arr2 c) => (Int -> b -> c) -> arr1 b -> arr2 c

    contiguous Data.Primitive.Contiguous

    Map over the elements of an array with the index.

  10. imap' :: (Contiguous arr1, Element arr1 b, Contiguous arr2, Element arr2 c) => (Int -> b -> c) -> arr1 b -> arr2 c

    contiguous Data.Primitive.Contiguous

    Map strictly over the elements of an array with the index. Note that because a new array must be created, the resulting array type can be different than the original.

Page 936 of many | Previous | Next