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

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapSnd3 :: (b -> d) -> (a, b, c) -> (a, d, c)

    utility-ht Data.Tuple.Lazy

    No documentation available.

  2. mapThd3 :: (c -> d) -> (a, b, c) -> (a, b, d)

    utility-ht Data.Tuple.Lazy

    No documentation available.

  3. mapTriple :: (a -> d, b -> e, c -> f) -> (a, b, c) -> (d, e, f)

    utility-ht Data.Tuple.Lazy

    No documentation available.

  4. mapFst :: (a -> c) -> (a, b) -> (c, b)

    utility-ht Data.Tuple.Strict

    No documentation available.

  5. mapFst3 :: (a -> d) -> (a, b, c) -> (d, b, c)

    utility-ht Data.Tuple.Strict

    No documentation available.

  6. mapPair :: (a -> c, b -> d) -> (a, b) -> (c, d)

    utility-ht Data.Tuple.Strict

    No documentation available.

  7. mapSnd :: (b -> c) -> (a, b) -> (a, c)

    utility-ht Data.Tuple.Strict

    No documentation available.

  8. mapSnd3 :: (b -> d) -> (a, b, c) -> (a, d, c)

    utility-ht Data.Tuple.Strict

    No documentation available.

  9. mapThd3 :: (c -> d) -> (a, b, c) -> (a, b, d)

    utility-ht Data.Tuple.Strict

    No documentation available.

  10. mapTriple :: (a -> d, b -> e, c -> f) -> (a, b, c) -> (d, e, f)

    utility-ht Data.Tuple.Strict

    No documentation available.

Page 127 of many | Previous | Next

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