Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readerRevWith :: (Monad m, Unbox a) => (forall b . () => IO b -> m b) -> Unfold m (MutArray a) a

    streamly-core Streamly.Internal.Data.MutArray

    No documentation available.

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

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

    No documentation available.

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

  4. readUnsafe :: Unbox a => Peeker a

    streamly-core Streamly.Internal.Data.MutByteArray

    No documentation available.

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

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

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

    No documentation available.

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

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

    No documentation available.

  8. readTimer :: Timer -> IO Double

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

    Show the remaining time in the current time period. Unimplemented

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

    streamly-core Streamly.Internal.FileSystem.Dir

    Read directories only. Internal

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

Page 285 of many | Previous | Next