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.
PsErrUnsupportedExt :: String -> [String] -> PsHeaderMessageghc GHC.Parser.Errors.Types No documentation available.
PsErrVarForTyCon :: RdrName -> PsMessageghc GHC.Parser.Errors.Types Expecting a type constructor but found a variable
PsErrViewPatInExpr :: !LHsExpr GhcPs -> !LHsExpr GhcPs -> PsMessageghc GHC.Parser.Errors.Types View-pattern in expression
-
ghc GHC.Parser.Errors.Types No documentation available.
-
ghc GHC.Parser.Errors.Types No documentation available.
PsHeaderMessage :: PsHeaderMessage -> PsMessageghc GHC.Parser.Errors.Types A group of parser messages emitted in Header. See Note [Messages from GHC.Parser.Header].
-
ghc GHC.Parser.Errors.Types No documentation available.
-
ghc GHC.Parser.Errors.Types No documentation available.
PsUnknownMessage :: UnknownDiagnostic (DiagnosticOpts PsMessage) -> PsMessageghc GHC.Parser.Errors.Types An "unknown" message from the parser. This type constructor allows arbitrary messages to be embedded. The typical use case would be GHC plugins willing to emit custom diagnostics.
PsWarnBidirectionalFormatChars :: NonEmpty (PsLoc, Char, String) -> PsMessageghc GHC.Parser.Errors.Types PsWarnBidirectionalFormatChars is a warning (controlled by the -Wwarn-bidirectional-format-characters flag) that occurs when unicode bi-directional format characters are found within in a file The PsLoc contains the exact position in the buffer the character occurred, and the string contains a description of the character.