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.
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"
-
rpm-nvr Data.RPM.NVRA Parse an NVRA with arch suffix Errors if not of the form "name-version-release[.arch]"
readVerRel :: String -> VerRelrpm-nvr Data.RPM.VerRel Read a version-release Errors if malformed
-
speculate Test.Speculate.Utils Read a string representation of a character, using Haskell source-language escape conventions, and convert it to the character that it encodes. For example:
readLitChar "\\nHello" = [('\n', "Hello")] readTime :: ParseTime t => TimeLocale -> String -> String -> tthyme Data.Thyme.Format Parse a string as a ParseTime instance value. Call error if parsing fails.