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

Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

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

    streamly-core Streamly.Data.Unfold

    Convert a list of monadic values to a Stream

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

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

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

    streamly-core Streamly.Internal.Data.Stream

    Convert a list of monadic actions to a Stream

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

    streamly-core Streamly.Internal.Data.Unfold

    Convert a list of monadic values to a Stream

  6. listMemberCount :: List -> Int

    twitter-types Web.Twitter.Types

    No documentation available.

  7. listMode :: List -> Text

    twitter-types Web.Twitter.Types

    No documentation available.

  8. Indian__Christmas :: TZLabel

    tz Data.Time.Zones.All

    No documentation available.

  9. Indian__Christmas :: TZLabel

    tzdata Data.Time.Zones.DB

    No documentation available.

  10. fm_lastModified :: FileMeta -> !ByteString

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

    No documentation available.

Page 162 of many | Previous | Next

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