Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapHead :: (Char -> Char) -> Text -> Text

    text-manipulate Data.Text.Lazy.Manipulate

    Apply a function to the first character of a piece of text.

  2. mapHead :: (Char -> Char) -> Text -> Text

    text-manipulate Data.Text.Manipulate

    Apply a function to the first character of a piece of text.

  3. 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)
    

  4. mapCharToName :: Map Char Name

    xml-basic Text.HTML.Basic.Entity

    No documentation available.

  5. mapCharToNameInternetExploder :: Map Char Name

    xml-basic Text.HTML.Basic.Entity

    No documentation available.

  6. mapNameToChar :: Map Name Char

    xml-basic Text.HTML.Basic.Entity

    No documentation available.

  7. mapNameToLower :: Map String String

    xml-basic Text.HTML.Basic.Entity

    No documentation available.

  8. mapNameToUpper :: Map String String

    xml-basic Text.HTML.Basic.Entity

    No documentation available.

  9. mapName :: (Name name0 -> Name name1) -> T name0 string -> T name1 string

    xml-basic Text.XML.Basic.Attribute

    No documentation available.

  10. mapValues :: (str0 -> str1) -> [T name str0] -> [T name str1]

    xml-basic Text.XML.Basic.Attribute

    No documentation available.

Page 230 of many | Previous | Next