Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. mapExponential :: (C y, C u, Primitive cAmp) => y -> T u y -> (c -> T t y) -> T (T cAmp c) t (Dimensional u y y)

    synthesizer-dimensional Synthesizer.Dimensional.Wave.Controlled

    No documentation available.

  2. mapLinear :: (C y, C u, Primitive cAmp) => y -> T u y -> (c -> T t y) -> T (T cAmp c) t (Dimensional u y y)

    synthesizer-dimensional Synthesizer.Dimensional.Wave.Controlled

    No documentation available.

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

    tagchup Text.HTML.Tagchup.Tag

    No documentation available.

  4. mapText :: Tag name => (String -> String) -> T name String -> T name String

    tagchup Text.HTML.Tagchup.Tag

    Modify content of a Text or a CDATA part.

  5. mapTextA :: (Tag name, Applicative f) => (String -> f String) -> T name String -> f (T name String)

    tagchup Text.HTML.Tagchup.Tag

    No documentation available.

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

    text-manipulate Data.Text.Lazy.Manipulate

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

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

    text-manipulate Data.Text.Manipulate

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

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

  9. mapCharToName :: Map Char Name

    xml-basic Text.HTML.Basic.Entity

    No documentation available.

  10. mapCharToNameInternetExploder :: Map Char Name

    xml-basic Text.HTML.Basic.Entity

    No documentation available.

Page 230 of many | Previous | Next