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.
-
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.
unSourceMap :: SourceMap -> Map SourcePos (Seq Text, Seq Text)commonmark Commonmark.SourceMap No documentation available.
unWithSourceMap :: WithSourceMap a -> State (Maybe Text, SourceMap) acommonmark Commonmark.SourceMap No documentation available.
getMap :: Config -> IO (HashMap Name Value)configurator Data.Configurator Fetch the HashMap that maps names to values.
foldMap :: (Contiguous arr, Element arr a, Monoid m) => (a -> m) -> arr a -> mcontiguous Data.Primitive.Contiguous Monoidal fold over the element of an array.
foldMap' :: (Contiguous arr, Element arr a, Monoid m) => (a -> m) -> arr a -> mcontiguous Data.Primitive.Contiguous Strict monoidal fold over the elements of an array.