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

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. mapPair :: Applicative f => (a -> f c, b -> f d) -> (a, b) -> f (c, d)

    utility-ht Control.Applicative.HT

    No documentation available.

  2. mapTriple :: Applicative m => (a -> m d, b -> m e, c -> m f) -> (a, b, c) -> m (d, e, f)

    utility-ht Control.Applicative.HT

    No documentation available.

  3. mapFst :: Functor f => (a -> f c) -> (a, b) -> f (c, b)

    utility-ht Control.Functor.HT

    No documentation available.

  4. mapFst3 :: Functor f => (a -> f d) -> (a, b, c) -> f (d, b, c)

    utility-ht Control.Functor.HT

    No documentation available.

  5. mapSnd :: Functor f => (b -> f c) -> (a, b) -> f (a, c)

    utility-ht Control.Functor.HT

    No documentation available.

  6. mapSnd3 :: Functor f => (b -> f d) -> (a, b, c) -> f (a, d, c)

    utility-ht Control.Functor.HT

    No documentation available.

  7. mapThd3 :: Functor f => (c -> f d) -> (a, b, c) -> f (a, b, d)

    utility-ht Control.Functor.HT

    No documentation available.

  8. mapBoth :: (a -> c) -> (b -> d) -> Either a b -> Either c d

    utility-ht Data.Either.HT

    No documentation available.

  9. mapLeft :: (a -> b) -> Either a c -> Either b c

    utility-ht Data.Either.HT

    No documentation available.

  10. mapRight :: (b -> c) -> Either a b -> Either a c

    utility-ht Data.Either.HT

    No documentation available.

Page 85 of many | Previous | Next

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