Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
mixed-types-num Numeric.MixedTypes.PreludeHiding equivalent to readsPrec with a precedence of 0.
readsPrec :: Read a => Int -> ReadS amixed-types-num Numeric.MixedTypes.PreludeHiding 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.readSomeMessage :: MonadIO m => TQueue SomeMessage -> m SomeMessagenvim-hs Neovim.Plugin.IPC.Classes No documentation available.
readStream :: InputStream ByteString -> Int64 -> IO Streampdf-toolbox-core Pdf.Core.Stream Read Stream from stream We need to pass current position here to calculate stream data offset
readCompressedObject :: InputStream ByteString -> Int64 -> Int -> IO Objectpdf-toolbox-core Pdf.Core.Util Read object from object stream Never returns Stream
readObjectAtOffset :: Buffer -> Int64 -> IO (Ref, Object)pdf-toolbox-core Pdf.Core.Util Read indirect object at the specified offset Returns the object and the Ref. The payload for stream will be an offset of stream content
readXRef :: Buffer -> Int64 -> IO XRefpdf-toolbox-core Pdf.Core.XRef Read XRef at specified offset
readLatch :: Latch a -> Build areactive-banana Reactive.Banana.Prim.Mid Read the value of a Latch at a particular moment in time.
-
rpm-nvr Data.RPM.NV Read an NV Errors if not of the form "name-version"
-
rpm-nvr Data.RPM.NVR read an NVR Errors if not of the form "name-version-release"