Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type ReadS a = String -> [(a, String)]

    ghc-lib-parser GHC.Prelude.Basic

    A parser for a type a, represented as a function that takes a String and returns a list of possible parses as (a,String) pairs. Note that this kind of backtracking parser is very inefficient; reading a large structure may be quite slow (cf ReadP).

  2. module GHC.Types.Name.Reader

    GHC uses several kinds of name internally:

  3. data ReadBinHandle

    ghc-lib-parser GHC.Utils.Binary

    A read-only handle that can be used to deserialise binary data from a buffer. The buffer is an unboxed binary array.

  4. data ReaderTable a

    ghc-lib-parser GHC.Utils.Binary

    A ReaderTable describes how to deserialise a table from disk, and how to create a BinaryReader that looks up values in the deduplication table.

  5. ReaderTable :: (ReadBinHandle -> IO (SymbolTable a)) -> (SymbolTable a -> BinaryReader a) -> ReaderTable a

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  6. data ReaderUserData

    ghc-lib-parser GHC.Utils.Binary

    UserData required to deserialise symbols for interface files. See Note [Binary UserData]

  7. type ReadAttr o a = ReadWriteAttr o a ()

    glib System.Glib.Attributes

    A read-only attribute.

  8. data ReadWriteAttr o a b

    glib System.Glib.Attributes

    A generalised attribute with independent get and set types.

  9. data ReadJSON_Keys_Layout a

    hackage-security Hackage.Security.JSON

    No documentation available.

  10. data ReadJSON_Keys_NoLayout a

    hackage-security Hackage.Security.JSON

    No documentation available.

Page 394 of many | Previous | Next