• 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. mapMaybeM :: Monad m => (a -> m (Maybe b)) -> Fold m b r -> Fold m a r

    streamly-core Streamly.Internal.Data.Fold

    >>> mapMaybeM f = Fold.lmapM f . Fold.catMaybes
    

  2. mapAlterF :: (IsMap f, Functor g) => (Maybe a -> g (Maybe a)) -> Key f -> f a -> g (f a)

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  3. mapDelete :: IsMap f => Key f -> f a -> f a

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  4. mapEmpty :: IsMap f => f a

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  5. mapInsert :: IsMap f => Key f -> a -> f a -> f a

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  6. mapLookup :: IsMap f => Key f -> f a -> Maybe a

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  7. mapNull :: IsMap f => f a -> Bool

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  8. mapTraverseWithKey :: (IsMap f, Applicative t) => (Key f -> a -> t b) -> f a -> t (f b)

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  9. mapUnion :: IsMap f => f a -> f a -> f a

    streamly-core Streamly.Internal.Data.IsMap

    No documentation available.

  10. mapM :: Monad m => (a -> m b) -> Pipe m a b

    streamly-core Streamly.Internal.Data.Pipe

    Lift a monadic function to a Pipe.

Page 301 of many | Previous | Next

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