Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allListsOf :: [a] -> Infinite [a]

    ghc GHC.Data.List.Infinite

    Compute all lists of the given alphabet. For example: allListsOf "ab" = ["a", "b", "aa", "ba", "ab", "bb", "aaa", "baa", "aba", ...]

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

  3. allLogQueues :: LogQueueQueue -> [LogQueue]

    ghc GHC.Driver.Pipeline.LogQueue

    Return all items in the queue in ascending order

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

  5. allPmCheckWarnings :: [WarningFlag]

    ghc GHC.HsToCore.Pmc.Utils

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

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

    ghc GHC.Iface.Env

    No documentation available.

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

    ghc GHC.Parser.Lexer

    No documentation available.

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

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

    ghc GHC.Parser.Lexer

    No documentation available.

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

Page 83 of many | Previous | Next