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.

  1. 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.

  2. 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.

  3. fromListM :: Monad m => [m a] -> Stream m a

    streamly-core Streamly.Internal.Data.Stream

    Convert a list of monadic actions to a Stream

  4. fromListM :: Applicative m => Unfold m [m a] a

    streamly-core Streamly.Internal.Data.Unfold

    Convert a list of monadic values to a Stream

  5. listMemberCount :: List -> Int

    twitter-types Web.Twitter.Types

    No documentation available.

  6. listMode :: List -> Text

    twitter-types Web.Twitter.Types

    No documentation available.

  7. Indian__Christmas :: TZLabel

    tz Data.Time.Zones.All

    No documentation available.

  8. Indian__Christmas :: TZLabel

    tzdata Data.Time.Zones.DB

    No documentation available.

  9. fm_lastModified :: FileMeta -> !ByteString

    wai-middleware-static Network.Wai.Middleware.Static

    No documentation available.

  10. listMaybeRep :: forall (m :: Type -> Type) a . Monad m => Maybe ByteString -> ByteString -> (ByteString -> Maybe a -> SharedRep m (Maybe a)) -> Int -> [a] -> SharedRep m [Maybe a]

    web-rep Web.Rep.SharedReps

    A fixed-sized list of Maybe a's

Page 162 of many | Previous | Next