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.
-
commonmark Commonmark.ReferenceMap Lookup table for link references.
ReferenceMap :: Map Text [Dynamic] -> ReferenceMapcommonmark Commonmark.ReferenceMap No documentation available.
emptyReferenceMap :: ReferenceMapcommonmark Commonmark.ReferenceMap No documentation available.
unReferenceMap :: ReferenceMap -> Map Text [Dynamic]commonmark Commonmark.ReferenceMap No documentation available.
-
No documentation available.
-
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.
SourceMap :: Map SourcePos (Seq Text, Seq Text) -> SourceMapcommonmark Commonmark.SourceMap No documentation available.
-
commonmark Commonmark.SourceMap Use this when you want to extract a source map as well as the parsed content.
WithSourceMap :: State (Maybe Text, SourceMap) a -> WithSourceMap acommonmark Commonmark.SourceMap No documentation available.
runWithSourceMap :: (Show a, Monoid a) => WithSourceMap a -> (a, SourceMap)commonmark Commonmark.SourceMap Extract a parsed value and a source map from a WithSourceMap.