Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. allPmCheckWarnings :: [WarningFlag]

    ghc GHC.HsToCore.Pmc.Utils

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

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

    ghc GHC.Iface.Env

    No documentation available.

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

    ghc GHC.Parser.Lexer

    No documentation available.

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

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

    ghc GHC.Parser.Lexer

    No documentation available.

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

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

    ghc GHC.Parser.Lexer

    No documentation available.

  8. allocatePriorCommentsP :: MonadP m => RealSrcSpan -> m EpAnnComments

    ghc GHC.Parser.Lexer

    Go through the comment_q in PState and remove all comments that come before or within the given span

  9. allowed_combination :: Ways -> Bool

    ghc GHC.Platform.Ways

    Check if a combination of ways is allowed

  10. allocDynClosure :: Maybe Id -> CmmInfoTable -> LambdaFormInfo -> CmmExpr -> CmmExpr -> [(NonVoid StgArg, VirtualHpOffset)] -> FCode CmmExpr

    ghc GHC.StgToCmm.Heap

    No documentation available.

Page 84 of many | Previous | Next