Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readRev :: forall (m :: Type -> Type) a . MonadIO m => MutArray a -> Stream m astreamly-core Streamly.Internal.Data.MutArray.Generic No documentation available.
reader :: forall (m :: Type -> Type) a . MonadIO m => Unfold m (MutArray a) astreamly-core Streamly.Internal.Data.MutArray.Generic Unfold an array into a stream.
readUnsafe :: Unbox a => Peeker astreamly-core Streamly.Internal.Data.MutByteArray No documentation available.
readRev :: forall (m :: Type -> Type) a . Unfold m (MutArray a) astreamly-core Streamly.Internal.Data.Ring Unfold a ring array into a stream in reverse order. Unimplemented
readOutputQ :: SVar (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a -> m [ChildEvent a]streamly-core Streamly.Internal.Data.SVar.Type No documentation available.
readClock :: (ThreadId, IORef MicroSecond64) -> IO MicroSecond64streamly-core Streamly.Internal.Data.Time.Clock No documentation available.
readTimer :: Timer -> IO Doublestreamly-core Streamly.Internal.Data.Time.Clock Show the remaining time in the current time period. Unimplemented
readDirs :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => FilePath -> Stream m FilePathstreamly-core Streamly.Internal.FileSystem.Dir Read directories only. Internal
-
streamly-core Streamly.Internal.FileSystem.Dir Read directories as Left and files as Right. Filter out "." and ".." entries. The output contains the names of the directories and files. Pre-release
-
streamly-core Streamly.Internal.FileSystem.Dir Like readEither but prefix the names of the files and directories with the supplied directory path.