Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapTextA :: (Tag name, Applicative f) => (String -> f String) -> T name String -> f (T name String)tagchup Text.HTML.Tagchup.Tag No documentation available.
mapHead :: (Char -> Char) -> Text -> Texttext-manipulate Data.Text.Lazy.Manipulate Apply a function to the first character of a piece of text.
mapHead :: (Char -> Char) -> Text -> Texttext-manipulate Data.Text.Manipulate Apply a function to the first character of a piece of text.
mapBoth :: (a -> b) -> (a, a) -> (b, b)xlsx Codec.Xlsx.Types.Common Helper function to apply the same transformation to both members of a tuple
mapBoth Abs (1, 2) == (Abs 1, Abs 2s)
mapCharToName :: Map Char Namexml-basic Text.HTML.Basic.Entity No documentation available.
mapCharToNameInternetExploder :: Map Char Namexml-basic Text.HTML.Basic.Entity No documentation available.
mapNameToChar :: Map Name Charxml-basic Text.HTML.Basic.Entity No documentation available.
mapNameToLower :: Map String Stringxml-basic Text.HTML.Basic.Entity No documentation available.
mapNameToUpper :: Map String Stringxml-basic Text.HTML.Basic.Entity No documentation available.
mapName :: (Name name0 -> Name name1) -> T name0 string -> T name1 stringxml-basic Text.XML.Basic.Attribute No documentation available.