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.
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).
-
GHC uses several kinds of name internally:
- OccName: see GHC.Types.Name.Occurrence#name_types
- RdrName is the type of names that come directly from the parser. They have not yet had their scoping and binding resolved by the renamer and can be thought of to a first approximation as an OccName with an optional module qualifier
- Name: see GHC.Types.Name#name_types
- Id: see GHC.Types.Id#name_types
- Var: see GHC.Types.Var#name_types
-
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.
-
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.
-
ghc-lib-parser GHC.Utils.Binary No documentation available.
-
ghc-lib-parser GHC.Utils.Binary UserData required to deserialise symbols for interface files. See Note [Binary UserData]
type
ReadAttr o a = ReadWriteAttr o a ()glib System.Glib.Attributes A read-only attribute.
-
glib System.Glib.Attributes A generalised attribute with independent get and set types.
-
hackage-security Hackage.Security.JSON No documentation available.
-
hackage-security Hackage.Security.JSON No documentation available.