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.
-
ghc GHC.Hs.Type Retrieve the name of the "head" of a nested type application. This is somewhat like GHC.Tc.Gen.HsType.splitHsAppTys, but a little more thorough. The purpose of this function is to examine instance heads, so it doesn't handle *all* cases (like lists, tuples, (~), etc.).
-
ghc GHC.Iface.Binary Read an interface file header, checking the magic number, version, and way. Returns the hash of the source file and a BinHandle which points at the start of the rest of the interface file data.
type
HieHeader = (Integer, ByteString)ghc GHC.Iface.Ext.Binary No documentation available.
ShowHeader :: AltPpr -> ShowHowMuchghc GHC.Iface.Syntax Header information only, not rhs
ifRuleHead :: IfaceRule -> IfExtNameghc GHC.Iface.Syntax No documentation available.
-
ghc GHC.Iface.Syntax Show a declaration but not its RHS.
ShowHeader :: AltPpr -> ShowHowMuchghc GHC.Iface.Type Header information only, not rhs
parseHeader :: P (Located (HsModule GhcPs))ghc GHC.Parser No documentation available.
-
ghc GHC.Parser.Annotation for CType
pprFileHeaderPragmaType :: FileHeaderPragmaType -> SDocghc GHC.Parser.Errors.Ppr No documentation available.