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

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. mapMaybeWithKey :: Enum key => (key -> a -> Maybe b) -> EnumMap key a -> EnumMap key b

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  2. mapWithKey :: Enum key => (key -> a -> b) -> EnumMap key a -> EnumMap key b

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  3. mapFst :: Functor f => (t -> t2) -> f (t, t1) -> f (t2, t1)

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  4. mapSnd :: Functor f => (t1 -> t2) -> f (t, t1) -> f (t, t2)

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  5. mapHere :: (a -> c) -> These a b -> These c b

    these Data.These.Combinators

    mapHere = over here
    

  6. mapThat :: (b -> b) -> These a b -> These a b

    these Data.These.Combinators

    No documentation available.

  7. mapThere :: (b -> d) -> These a b -> These a d

    these Data.These.Combinators

    mapThere = over there
    

  8. mapThese :: ((a, b) -> (a, b)) -> These a b -> These a b

    these Data.These.Combinators

    No documentation available.

  9. mapThis :: (a -> a) -> These a b -> These a b

    these Data.These.Combinators

    No documentation available.

  10. mapC :: Constructor -> Converter

    haskell-gi Data.GI.CodeGen.Conversions

    No documentation available.

Page 116 of many | Previous | Next

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