Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Driver.Backend A list of all back ends. They are ordered as we wish them to appear when they are enumerated in error messages.
allLogQueues :: LogQueueQueue -> [LogQueue]ghc GHC.Driver.Pipeline.LogQueue Return all items in the queue in ascending order
allNonDeprecatedFlags :: [String]ghc GHC.Driver.Session All dynamic flags option strings without the deprecated ones. These are the user facing strings for enabling and disabling options.
allPmCheckWarnings :: [WarningFlag]ghc GHC.HsToCore.Pmc.Utils All warning flags that need to run the pattern match checker.
allocateGlobalBinder :: NameCache -> Module -> OccName -> SrcSpan -> IO Nameghc GHC.Iface.Env No documentation available.
allocateComments :: RealSrcSpan -> [LEpaComment] -> ([LEpaComment], [LEpaComment])ghc GHC.Parser.Lexer No documentation available.
allocateCommentsP :: MonadP m => RealSrcSpan -> m EpAnnCommentsghc GHC.Parser.Lexer Go through the comment_q in PState and remove all comments that belong within the given span
-
ghc GHC.Parser.Lexer No documentation available.
allocateFinalCommentsP :: MonadP m => RealSrcSpan -> m EpAnnCommentsghc GHC.Parser.Lexer Go through the comment_q in PState and remove all comments that come after the given span
-
ghc GHC.Parser.Lexer No documentation available.