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. allocateCommentsP :: MonadP m => RealSrcSpan -> m EpAnnComments

    ghc-lib-parser GHC.Parser.Lexer

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

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

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

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

    ghc-lib-parser GHC.Parser.Lexer

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

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

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

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

    ghc-lib-parser GHC.Parser.Lexer

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

  6. allRegClasses :: [RegClass]

    ghc-lib-parser GHC.Platform.Reg.Class.NoVectors

    No documentation available.

  7. allRegClasses :: [RegClass]

    ghc-lib-parser GHC.Platform.Reg.Class.Separate

    No documentation available.

  8. allRegClasses :: [RegClass]

    ghc-lib-parser GHC.Platform.Reg.Class.Unified

    No documentation available.

  9. allowed_combination :: Ways -> Bool

    ghc-lib-parser GHC.Platform.Ways

    Check if a combination of ways is allowed

  10. allDistinctTyVars :: TyVarSet -> [KindOrType] -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

Page 99 of many | Previous | Next