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. newtype SourceMap

    commonmark Commonmark.SourceMap

    A map from source positions to a pair of sequences: first, elements that start at that position; then, elements that end at that position.

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

    commonmark Commonmark.SourceMap

    No documentation available.

  3. newtype WithSourceMap a

    commonmark Commonmark.SourceMap

    Use this when you want to extract a source map as well as the parsed content.

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

    commonmark Commonmark.SourceMap

    No documentation available.

  5. runWithSourceMap :: (Show a, Monoid a) => WithSourceMap a -> (a, SourceMap)

    commonmark Commonmark.SourceMap

    Extract a parsed value and a source map from a WithSourceMap.

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

    commonmark Commonmark.SourceMap

    No documentation available.

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

    commonmark Commonmark.SourceMap

    No documentation available.

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

    configurator Data.Configurator

    Fetch the HashMap that maps names to values.

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

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

Page 937 of many | Previous | Next