• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. 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.

  2. module Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  3. foldMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  4. lowerMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  5. titleMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  6. upperMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

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

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

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

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

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

    No documentation available.

  10. data OrdMap k a

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

Page 578 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete