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.

  1. readRev :: forall (m :: Type -> Type) a . MonadIO m => MutArray a -> Stream m a

    streamly-core Streamly.Internal.Data.MutArray.Generic

    No documentation available.

  2. reader :: forall (m :: Type -> Type) a . MonadIO m => Unfold m (MutArray a) a

    streamly-core Streamly.Internal.Data.MutArray.Generic

    Unfold an array into a stream.

  3. readUnsafe :: Unbox a => Peeker a

    streamly-core Streamly.Internal.Data.MutByteArray

    No documentation available.

  4. readRev :: forall (m :: Type -> Type) a . Unfold m (MutArray a) a

    streamly-core Streamly.Internal.Data.Ring

    Unfold a ring array into a stream in reverse order. Unimplemented

  5. readOutputQ :: SVar (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a -> m [ChildEvent a]

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

    No documentation available.

  6. readClock :: (ThreadId, IORef MicroSecond64) -> IO MicroSecond64

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

    No documentation available.

  7. readTimer :: Timer -> IO Double

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

    Show the remaining time in the current time period. Unimplemented

  8. readDirs :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => FilePath -> Stream m FilePath

    streamly-core Streamly.Internal.FileSystem.Dir

    Read directories only. Internal

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

    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

  10. readEitherPaths :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => FilePath -> Stream m (Either FilePath FilePath)

    streamly-core Streamly.Internal.FileSystem.Dir

    Like readEither but prefix the names of the files and directories with the supplied directory path.

Page 282 of many | Previous | Next