Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. getMaxThreads :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . State t m a -> Limit

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  2. setMaxThreads :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Int -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  3. workerThreads :: SVar (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a -> IORef (Set ThreadId)

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  4. runReaderT :: Monad m => m s -> Stream (ReaderT s m) a -> Stream m a

    streamly-core Streamly.Internal.Data.Stream

    Evaluate the inner monad of a stream as ReaderT.

  5. usingReaderT :: Monad m => m r -> (Stream (ReaderT r m) a -> Stream (ReaderT r m) a) -> Stream m a -> Stream m a

    streamly-core Streamly.Internal.Data.Stream

    Run a stream transformation using a given environment.

  6. ThreadCPUTime :: Clock

    streamly-core Streamly.Internal.Data.Time.Clock

    The identifier of the CPU-time clock associated with the calling OS thread. For this clock, the value returned by getTime represents the amount of execution time of the current OS thread.

  7. dirReader :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => Unfold m FilePath FilePath

    streamly-core Streamly.Internal.FileSystem.Dir

    Read directories only. Filter out "." and ".." entries. Internal

  8. eitherReader :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => Unfold m FilePath (Either FilePath FilePath)

    streamly-core Streamly.Internal.FileSystem.Dir

    Read directories as Left and files as Right. Filter out "." and ".." entries. Internal

  9. eitherReaderPaths :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => Unfold m FilePath (Either FilePath FilePath)

    streamly-core Streamly.Internal.FileSystem.Dir

    No documentation available.

  10. fileReader :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => Unfold m FilePath FilePath

    streamly-core Streamly.Internal.FileSystem.Dir

    Read files only. Internal

Page 730 of many | Previous | Next