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. hsTyGetAppHead_maybe :: forall (p :: Pass) . Anno (IdGhcP p) ~ SrcSpanAnnN => LHsType (GhcPass p) -> Maybe (LocatedN (IdP (GhcPass p)))

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

  2. readBinIfaceHeader :: Profile -> NameCache -> CheckHiWay -> TraceBinIFace -> FilePath -> IO (Fingerprint, BinHandle)

    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.

  3. type HieHeader = (Integer, ByteString)

    ghc GHC.Iface.Ext.Binary

    No documentation available.

  4. ShowHeader :: AltPpr -> ShowHowMuch

    ghc GHC.Iface.Syntax

    Header information only, not rhs

  5. ifRuleHead :: IfaceRule -> IfExtName

    ghc GHC.Iface.Syntax

    No documentation available.

  6. showToHeader :: ShowSub

    ghc GHC.Iface.Syntax

    Show a declaration but not its RHS.

  7. ShowHeader :: AltPpr -> ShowHowMuch

    ghc GHC.Iface.Type

    Header information only, not rhs

  8. parseHeader :: P (Located (HsModule GhcPs))

    ghc GHC.Parser

    No documentation available.

  9. AnnHeader :: AnnKeywordId

    ghc GHC.Parser.Annotation

    for CType

  10. pprFileHeaderPragmaType :: FileHeaderPragmaType -> SDoc

    ghc GHC.Parser.Errors.Ppr

    No documentation available.

Page 152 of many | Previous | Next