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.
PsWarnHaddockIgnoreMulti :: PsMessageghc GHC.Parser.Errors.Types Multiple Haddock comment for the same entity
PsWarnHaddockInvalidPos :: PsMessageghc GHC.Parser.Errors.Types Invalid Haddock comment position
PsWarnImportPreQualified :: PsMessageghc GHC.Parser.Errors.Types Pre qualified import with WarnPrepositiveQualifiedModule enabled
PsWarnMisplacedPragma :: FileHeaderPragmaType -> PsMessageghc GHC.Parser.Errors.Types No documentation available.
PsWarnOperatorWhitespace :: FastString -> OperatorWhitespaceOccurrence -> PsMessageghc GHC.Parser.Errors.Types No documentation available.
PsWarnOperatorWhitespaceExtConflict :: OperatorWhitespaceSymbol -> PsMessageghc GHC.Parser.Errors.Types No documentation available.
-
ghc GHC.Parser.Errors.Types Found binding occurrence of "*" while StarIsType is enabled
-
ghc GHC.Parser.Errors.Types Using "*" for Type without StarIsType enabled
PsWarnTab :: Word -> PsMessageghc 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
PsWarnTransitionalLayout :: TransLayoutReason -> PsMessageghc 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