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 . (Monad m, Unbox a) => Array a -> Stream m a

    streamly Streamly.Data.Array.Foreign

    Convert an Array into a stream in reverse order. Pre-release

  2. readList :: Read a => ReadS [a]

    streamly Streamly.Data.Stream.MkType

    The method readList is provided to allow the programmer to give a specialised way of parsing lists of values. For example, this is used by the predefined Read instance of the Char type, where values of type String are expected to use double quotes, rather than square brackets.

  3. readListPrec :: Read a => ReadPrec [a]

    streamly Streamly.Data.Stream.MkType

    Proposed replacement for readList using new-style parsers (GHC only). The default definition uses readList. Instances that define readPrec should also define readListPrec as readListPrecDefault.

  4. readPrec :: Read a => ReadPrec a

    streamly Streamly.Data.Stream.MkType

    Proposed replacement for readsPrec using new-style parsers (GHC only).

  5. reader :: MonadReader r m => (r -> a) -> m a

    streamly Streamly.Data.Stream.MkType

    Retrieves a function of the current environment.

  6. readsPrec :: Read a => Int -> ReadS a

    streamly Streamly.Data.Stream.MkType

    attempts to parse a value from the front of the string, returning a list of (parsed value, remaining string) pairs. If there is no successful parse, the returned list is empty. Derived instances of Read and Show satisfy the following:

    That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.

  7. readOutputQBasic :: IORef ([ChildEvent a], Int) -> IO ([ChildEvent a], Int)

    streamly Streamly.Internal.Data.Channel

    No documentation available.

  8. readOutputQRaw :: IORef ([ChildEvent a], Int) -> Maybe SVarStats -> IO ([ChildEvent a], Int)

    streamly Streamly.Internal.Data.Channel

    No documentation available.

  9. readOutputQ :: Channel (m :: Type -> Type) a b -> m [ChildEvent a]

    streamly Streamly.Internal.Data.Fold.Prelude

    No documentation available.

  10. readOutputQBasic :: IORef ([ChildEvent a], Int) -> IO ([ChildEvent a], Int)

    streamly Streamly.Internal.Data.SVar

    No documentation available.

Page 329 of many | Previous | Next