Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. prMapName :: (a -> b) -> PeriodicReport a c -> PeriodicReport b c

    hledger-lib Hledger.Reports.ReportTypes

    Map a function over the row names.

  2. concatMap :: (Char -> JSString) -> JSString -> JSString

    jsaddle Data.JSString

    O(n) Map a function over a JSString that results in a JSString, and concatenate the results.

  3. module Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  4. foldMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  5. lowerMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  6. titleMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  7. upperMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  8. concatMap :: (Char -> Stream Char) -> Stream Char -> Stream Char

    jsaddle Data.JSString.Internal.Fusion.Common

    Map a function over a stream that results in a stream and concatenate the results. Properties

    unstream . concatMap (stream . f) . stream = concatMap f
    

  9. ghcjsPureMap :: (a -> b) -> GHCJSPure a -> GHCJSPure b

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

  10. class IsMap k (m :: Type -> Type) | m -> k

    morpheus-graphql-core Data.Morpheus.Internal.Utils

    No documentation available.

Page 578 of many | Previous | Next