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.
-
streamly-core Streamly.Internal.Data.SVar.Type No documentation available.
-
streamly-core Streamly.Internal.Data.SVar.Type No documentation available.
-
streamly-core Streamly.Internal.Data.SVar.Type No documentation available.
runReaderT :: Monad m => m s -> Stream (ReaderT s m) a -> Stream m astreamly-core Streamly.Internal.Data.Stream Evaluate the inner monad of a stream as ReaderT.
-
streamly-core Streamly.Internal.Data.Stream Run a stream transformation using a given environment.
-
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.
dirReader :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => Unfold m FilePath FilePathstreamly-core Streamly.Internal.FileSystem.Dir Read directories only. Filter out "." and ".." entries. Internal
-
streamly-core Streamly.Internal.FileSystem.Dir Read directories as Left and files as Right. Filter out "." and ".." entries. Internal
-
streamly-core Streamly.Internal.FileSystem.Dir No documentation available.
fileReader :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => Unfold m FilePath FilePathstreamly-core Streamly.Internal.FileSystem.Dir Read files only. Internal