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.

  1. allBackends :: [Backend]

    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.

  2. allLogQueues :: LogQueueQueue -> [LogQueue]

    ghc GHC.Driver.Pipeline.LogQueue

    Return all items in the queue in ascending order

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

  4. allPmCheckWarnings :: [WarningFlag]

    ghc GHC.HsToCore.Pmc.Utils

    All warning flags that need to run the pattern match checker.

  5. allocateGlobalBinder :: NameCache -> Module -> OccName -> SrcSpan -> IO Name

    ghc GHC.Iface.Env

    No documentation available.

  6. allocateComments :: RealSrcSpan -> [LEpaComment] -> ([LEpaComment], [LEpaComment])

    ghc GHC.Parser.Lexer

    No documentation available.

  7. allocateCommentsP :: MonadP m => RealSrcSpan -> m EpAnnComments

    ghc GHC.Parser.Lexer

    Go through the comment_q in PState and remove all comments that belong within the given span

  8. allocateFinalComments :: RealSrcSpan -> [LEpaComment] -> Maybe [LEpaComment] -> (Maybe [LEpaComment], [LEpaComment], [LEpaComment])

    ghc GHC.Parser.Lexer

    No documentation available.

  9. allocateFinalCommentsP :: MonadP m => RealSrcSpan -> m EpAnnComments

    ghc GHC.Parser.Lexer

    Go through the comment_q in PState and remove all comments that come after the given span

  10. allocatePriorComments :: RealSrcSpan -> [LEpaComment] -> Maybe [LEpaComment] -> (Maybe [LEpaComment], [LEpaComment], [LEpaComment])

    ghc GHC.Parser.Lexer

    No documentation available.

Page 84 of many | Previous | Next