Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PsWarnHaddockIgnoreMulti :: PsMessage

    ghc GHC.Parser.Errors.Types

    Multiple Haddock comment for the same entity

  2. PsWarnHaddockInvalidPos :: PsMessage

    ghc GHC.Parser.Errors.Types

    Invalid Haddock comment position

  3. PsWarnImportPreQualified :: PsMessage

    ghc GHC.Parser.Errors.Types

    Pre qualified import with WarnPrepositiveQualifiedModule enabled

  4. PsWarnMisplacedPragma :: FileHeaderPragmaType -> PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  5. PsWarnOperatorWhitespace :: FastString -> OperatorWhitespaceOccurrence -> PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  6. PsWarnOperatorWhitespaceExtConflict :: OperatorWhitespaceSymbol -> PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  7. PsWarnStarBinder :: PsMessage

    ghc GHC.Parser.Errors.Types

    Found binding occurrence of "*" while StarIsType is enabled

  8. PsWarnStarIsType :: PsMessage

    ghc GHC.Parser.Errors.Types

    Using "*" for Type without StarIsType enabled

  9. PsWarnTab :: Word -> PsMessage

    ghc GHC.Parser.Errors.Types

    PsWarnTab is a warning (controlled by the -Wwarn-tabs flag) that occurs when tabulations (tabs) are found within a file. Test case(s): parsershould_failT12610 parsershould_compileT9723b parsershould_compileT9723a parsershould_compileread043 parsershould_failT16270 warningsshould_compileT9230

  10. PsWarnTransitionalLayout :: TransLayoutReason -> PsMessage

    ghc GHC.Parser.Errors.Types

    PsWarnTransitionalLayout is a warning (controlled by the -Walternative-layout-rule-transitional flag) that occurs when pipes ('|') or 'where' are at the same depth of an implicit layout block. Example(s): f :: IO () f | True = do let x = () y = () return () | True = return () Test case(s): layout/layout006 layout/layout003 layout/layout001

Page 149 of many | Previous | Next