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

    commonmark Commonmark.ReferenceMap

    Lookup table for link references.

  2. ReferenceMap :: Map Text [Dynamic] -> ReferenceMap

    commonmark Commonmark.ReferenceMap

    No documentation available.

  3. emptyReferenceMap :: ReferenceMap

    commonmark Commonmark.ReferenceMap

    No documentation available.

  4. unReferenceMap :: ReferenceMap -> Map Text [Dynamic]

    commonmark Commonmark.ReferenceMap

    No documentation available.

  5. module Commonmark.SourceMap

    No documentation available.

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

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

    commonmark Commonmark.SourceMap

    No documentation available.

  8. newtype WithSourceMap a

    commonmark Commonmark.SourceMap

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

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

    commonmark Commonmark.SourceMap

    No documentation available.

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

    commonmark Commonmark.SourceMap

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

Page 935 of many | Previous | Next