Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. mapAccum :: Enum key => (a -> b -> (a, c)) -> a -> EnumMap key b -> (a, EnumMap key c)

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  2. mapAccumWithKey :: Enum key => (a -> key -> b -> (a, c)) -> a -> EnumMap key b -> (a, EnumMap key c)

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  3. mapEither :: Enum key => (a -> Either b c) -> EnumMap key a -> (EnumMap key b, EnumMap key c)

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  4. mapEitherWithKey :: Enum key => (key -> a -> Either b c) -> EnumMap key a -> (EnumMap key b, EnumMap key c)

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  5. mapMaybe :: Enum key => (a -> Maybe b) -> EnumMap key a -> EnumMap key b

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  6. mapMaybeWithKey :: Enum key => (key -> a -> Maybe b) -> EnumMap key a -> EnumMap key b

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

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

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

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

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

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

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

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

    these Data.These.Combinators

    mapHere = over here
    

Page 115 of many | Previous | Next