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. instanceHead :: ClsInst -> ([TyVar], Class, [Type])

    ghc GHC.Core.InstEnv

    No documentation available.

  2. mkDriverPsHeaderMessage :: MsgEnvelope PsMessage -> MsgEnvelope DriverMessage

    ghc GHC.Driver.Errors

    Convert a PsError into a wrapped DriverMessage; use it for dealing with parse errors when the driver is doing dependency analysis. Defined here to avoid module loops between GHC.Driver.Error.Types and GHC.Driver.Error.Ppr

  3. DriverPsHeaderMessage :: PsMessage -> DriverMessage

    ghc GHC.Driver.Errors.Types

    A parse error in parsing a Haskell file header during dependency analysis

  4. PsHeaderMessage :: PsHeaderMessage -> PsMessage

    ghc GHC.Driver.Errors.Types

    A group of parser messages emitted in Header. See Note [Messages from GHC.Parser.Header].

  5. hsmodHaddockModHeader :: XModulePs -> Maybe (LHsDoc GhcPs)

    ghc GHC.Hs

    Haddock module info and description, unparsed

  6. ppDataDefnHeader :: forall (p :: Pass) . OutputableBndrId p => (Maybe (LHsContext (GhcPass p)) -> SDoc) -> HsDataDefn (GhcPass p) -> SDoc

    ghc GHC.Hs.Decls

    No documentation available.

  7. pp_vanilla_decl_head :: forall (p :: Pass) . OutputableBndrId p => XRec (GhcPass p) (IdP (GhcPass p)) -> LHsQTyVars (GhcPass p) -> LexicalFixity -> Maybe (LHsContext (GhcPass p)) -> SDoc

    ghc GHC.Hs.Decls

    No documentation available.

  8. DsiSectionHeading :: Int -> !HsDoc GhcRn -> DocStructureItem

    ghc GHC.Hs.Doc

    No documentation available.

  9. ethd_mod_header :: ExtractedTHDocs -> Maybe (HsDoc GhcRn)

    ghc GHC.Hs.Doc

    The added module header documentation, if it exists.

  10. getLHsInstDeclHead :: forall (p :: Pass) . LHsSigType (GhcPass p) -> LHsType (GhcPass p)

    ghc GHC.Hs.Type

    Decompose a type class instance type (of the form forall tvs. context => instance_head) into the instance_head.

Page 151 of many | Previous | Next