Sasha Bogicevic pushed to branch wip/21101 at Glasgow Haskell Compiler / GHC Commits: 41c096ef by Sasha Bogicevic at 2026-07-19T17:48:02+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: sheaf <sam.derbyshire@gmail.com> - - - - - 1 changed file: - compiler/GHC/Types/Hint/Ppr.hs Changes: ===================================== compiler/GHC/Types/Hint/Ppr.hs ===================================== @@ -350,7 +350,7 @@ instance Outputable GhcHint where <+> text "which matches" <+> quotes (ppr con) <+> text "regardless of its fields" SuggestExplicitConstructorArguments con nbArgs -> text "Apply" <+> quotes (ppr con) <+> text "to its" - <+> speakNOf nbArgs (text "argument") <+> text "instead" + <+> speakNOf nbArgs (text "argument") perhapsAsPat :: SDoc perhapsAsPat = text "Perhaps you meant an as-pattern, which must not be surrounded by whitespace" View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41c096efbf3c729cb842911d29a55f27... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41c096efbf3c729cb842911d29a55f27... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help