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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. mapAndUnzipBagM :: Monad m => (a -> m (b, c)) -> Bag a -> m (Bag b, Bag c)

    ghc GHC.Data.Bag

    No documentation available.

  2. mapBag :: (a -> b) -> Bag a -> Bag b

    ghc GHC.Data.Bag

    No documentation available.

  3. mapBagM :: Monad m => (a -> m b) -> Bag a -> m (Bag b)

    ghc GHC.Data.Bag

    No documentation available.

  4. mapBagM_ :: Monad m => (a -> m b) -> Bag a -> m ()

    ghc GHC.Data.Bag

    No documentation available.

  5. mapMaybeBag :: (a -> Maybe b) -> Bag a -> Bag b

    ghc GHC.Data.Bag

    No documentation available.

  6. mapMaybeBagM :: Monad m => (a -> m (Maybe b)) -> Bag a -> m (Bag b)

    ghc GHC.Data.Bag

    No documentation available.

  7. mapFsEnv :: (elt1 -> elt2) -> FastStringEnv elt1 -> FastStringEnv elt2

    ghc GHC.Data.FastString.Env

    No documentation available.

  8. mapMaybeFsEnv :: (elt1 -> Maybe elt2) -> FastStringEnv elt1 -> FastStringEnv elt2

    ghc GHC.Data.FastString.Env

    No documentation available.

  9. mappendFlatBag :: FlatBag a -> FlatBag a -> FlatBag a

    ghc GHC.Data.FlatBag

    Combine two FlatBags. The new FlatBag contains all elements from both FlatBags. If one of the FlatBags is empty, the old FlatBag is reused.

  10. mapLabels :: PureSupernode node => (Label -> Label) -> node -> node

    ghc GHC.Data.Graph.Collapse

    No documentation available.

Page 96 of many | Previous | Next

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