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.
instanceHead :: ClsInst -> ([TyVar], Class, [Type])ghc GHC.Core.InstEnv No documentation available.
mkDriverPsHeaderMessage :: MsgEnvelope PsMessage -> MsgEnvelope DriverMessageghc 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
DriverPsHeaderMessage :: PsMessage -> DriverMessageghc GHC.Driver.Errors.Types A parse error in parsing a Haskell file header during dependency analysis
PsHeaderMessage :: PsHeaderMessage -> PsMessageghc GHC.Driver.Errors.Types A group of parser messages emitted in Header. See Note [Messages from GHC.Parser.Header].
hsmodHaddockModHeader :: XModulePs -> Maybe (LHsDoc GhcPs)ghc GHC.Hs Haddock module info and description, unparsed
-
ghc GHC.Hs.Decls No documentation available.
-
ghc GHC.Hs.Decls No documentation available.
DsiSectionHeading :: Int -> !HsDoc GhcRn -> DocStructureItemghc GHC.Hs.Doc No documentation available.
ethd_mod_header :: ExtractedTHDocs -> Maybe (HsDoc GhcRn)ghc GHC.Hs.Doc The added module header documentation, if it exists.
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.