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. readCompressedObject :: InputStream ByteString -> Int64 -> Int -> IO Object

    pdf-toolbox-core Pdf.Core.Util

    Read object from object stream Never returns Stream

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

  3. readXRef :: Buffer -> Int64 -> IO XRef

    pdf-toolbox-core Pdf.Core.XRef

    Read XRef at specified offset

  4. readLatch :: Latch a -> Build a

    reactive-banana Reactive.Banana.Prim.Mid

    Read the value of a Latch at a particular moment in time.

  5. readNV :: String -> NV

    rpm-nvr Data.RPM.NV

    Read an NV Errors if not of the form "name-version"

  6. readNVR :: String -> NVR

    rpm-nvr Data.RPM.NVR

    read an NVR Errors if not of the form "name-version-release"

  7. readNVRA :: String -> NVRA

    rpm-nvr Data.RPM.NVRA

    Parse an NVRA with arch suffix Errors if not of the form "name-version-release[.arch]"

  8. readVerRel :: String -> VerRel

    rpm-nvr Data.RPM.VerRel

    Read a version-release Errors if malformed

  9. readLitChar :: ReadS Char

    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")]
    

  10. readTime :: ParseTime t => TimeLocale -> String -> String -> t

    thyme Data.Thyme.Format

    Parse a string as a ParseTime instance value. Call error if parsing fails.

Page 239 of many | Previous | Next