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.
partitionByFstM :: Monad m => (a -> m (Either b c)) -> Fold m b x -> Fold m c y -> Fold m a (x, y)streamly-core Streamly.Internal.Data.Fold Similar to partitionByM but terminates when the first fold terminates.
unzipWithFstM :: Monad m => (a -> m (b, c)) -> Fold m b x -> Fold m c y -> Fold m a (x, y)streamly-core Streamly.Internal.Data.Fold Similar to unzipWithM but terminates when the first fold terminates.
fromListM :: Monad m => [m a] -> Stream m astreamly-core Streamly.Internal.Data.Stream Convert a list of monadic actions to a Stream
fromListM :: Applicative m => Unfold m [m a] astreamly-core Streamly.Internal.Data.Unfold Convert a list of monadic values to a Stream
listMemberCount :: List -> Inttwitter-types Web.Twitter.Types No documentation available.
-
twitter-types Web.Twitter.Types No documentation available.
-
tz Data.Time.Zones.All No documentation available.
-
tzdata Data.Time.Zones.DB No documentation available.
fm_lastModified :: FileMeta -> !ByteStringwai-middleware-static Network.Wai.Middleware.Static No documentation available.
-
web-rep Web.Rep.SharedReps A fixed-sized list of Maybe a's