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.

  1. reads :: Read a => ReadS a

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    equivalent to readsPrec with a precedence of 0.

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

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

  3. readSomeMessage :: MonadIO m => TQueue SomeMessage -> m SomeMessage

    nvim-hs Neovim.Plugin.IPC.Classes

    No documentation available.

  4. readStream :: InputStream ByteString -> Int64 -> IO Stream

    pdf-toolbox-core Pdf.Core.Stream

    Read Stream from stream We need to pass current position here to calculate stream data offset

  5. readCompressedObject :: InputStream ByteString -> Int64 -> Int -> IO Object

    pdf-toolbox-core Pdf.Core.Util

    Read object from object stream Never returns Stream

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

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

    pdf-toolbox-core Pdf.Core.XRef

    Read XRef at specified offset

  8. readLatch :: Latch a -> Build a

    reactive-banana Reactive.Banana.Prim.Mid

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

  9. readNV :: String -> NV

    rpm-nvr Data.RPM.NV

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

  10. readNVR :: String -> NVR

    rpm-nvr Data.RPM.NVR

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

Page 240 of many | Previous | Next