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. concatMapM :: Monad m => (b -> m (Unfold m a c)) -> Unfold m a b -> Unfold m a c

    streamly-core Streamly.Internal.Data.Unfold

    Map an unfold generating action to each element of an unfold and flatten the results into a single stream.

  2. lmapM :: Monad m => (a -> m c) -> Unfold m c b -> Unfold m a b

    streamly-core Streamly.Internal.Data.Unfold

    Map an action on the input argument of the Unfold.

    lmapM f = Unfold.many (Unfold.functionM f)
    

  3. concatMapM :: Monad m => (a -> m (Stream m b)) -> Stream m a -> Stream m b

    vector-stream Data.Stream.Monadic

    No documentation available.

  4. concatMapM :: Monad m => (a -> m [b]) -> [a] -> m [b]

    Agda Agda.Utils.Monad

    No documentation available.

  5. nodeIndicesStatsSegVersionMapMemory :: NodeIndicesStats -> Bytes

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  6. nodeIndicesStatsSegVersionMapMemory :: NodeIndicesStats -> Bytes

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  7. concatMapM :: (Monad m, Traversable f) => (a -> m [b]) -> f a -> m [b]

    breakpoint Debug.Breakpoint.GhcFacade

    Monadic version of concatMap

  8. setMapMaybe :: Ord b => (a -> Maybe b) -> Set a -> Set b

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  9. getMapMappend :: MapMappend k v -> Map k v

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  10. getMapMappend :: MapMappend k v -> Map k v

    cabal-install Distribution.Client.ProjectConfig.Types

    No documentation available.

Page 92 of many | Previous | Next