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 . (Monad m, Unbox a) => Array a -> Stream m astreamly Streamly.Data.Array.Foreign Convert an Array into a stream in reverse order. Pre-release
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.
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.
readPrec :: Read a => ReadPrec astreamly Streamly.Data.Stream.MkType Proposed replacement for readsPrec using new-style parsers (GHC only).
reader :: MonadReader r m => (r -> a) -> m astreamly Streamly.Data.Stream.MkType Retrieves a function of the current environment.
readsPrec :: Read a => Int -> ReadS astreamly 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.readOutputQBasic :: IORef ([ChildEvent a], Int) -> IO ([ChildEvent a], Int)streamly Streamly.Internal.Data.Channel No documentation available.
readOutputQRaw :: IORef ([ChildEvent a], Int) -> Maybe SVarStats -> IO ([ChildEvent a], Int)streamly Streamly.Internal.Data.Channel No documentation available.
readOutputQ :: Channel (m :: Type -> Type) a b -> m [ChildEvent a]streamly Streamly.Internal.Data.Fold.Prelude No documentation available.
readOutputQBasic :: IORef ([ChildEvent a], Int) -> IO ([ChildEvent a], Int)streamly Streamly.Internal.Data.SVar No documentation available.