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.
mapCharToName :: Map Char Namewraxml Text.HTML.WraXML.Entity No documentation available.
mapNameToChar :: Map Name Charwraxml Text.HTML.WraXML.Entity No documentation available.
mapUnicodeRuns :: (String -> String) -> T -> Twraxml Text.XML.WraXML.String No documentation available.
-
wraxml Text.XML.WraXML.Tree No documentation available.
-
wraxml Text.XML.WraXML.Tree No documentation available.
mapIndex :: (i -> j) -> T i name str -> T j name strwraxml Text.XML.WraXML.Tree No documentation available.
mapTag :: Filter name str -> Filter i name strwraxml Text.XML.WraXML.Tree No documentation available.
mapText :: (String -> String) -> T i name String -> T i name Stringwraxml Text.XML.WraXML.Tree No documentation available.
mapTextA :: Applicative m => (String -> m String) -> FilterA m i name Stringwraxml Text.XML.WraXML.Tree No documentation available.
mapAccum :: (a -> b -> (a, c)) -> a -> IntervalMap k b -> (a, IntervalMap k c)IntervalMap Data.IntervalMap.Generic.Lazy O(n). The function mapAccum threads an accumulating argument through the map in ascending order of keys.