Apoorv Ingle pushed to branch wip/spj-apporv-Oct24 at Glasgow Haskell Compiler / GHC
Commits:
-
a786d76d
by Apoorv Ingle at 2025-07-21T08:17:52-05:00
1 changed file:
Changes:
| ... | ... | @@ -1096,7 +1096,7 @@ pprCtO (ExpansionOrigin (OrigExpr (ExplicitList{}))) = text "an overloaded list" |
| 1096 | 1096 | pprCtO (ExpansionOrigin (OrigExpr (HsIf{}))) = text "an if-then-else expression"
|
| 1097 | 1097 | pprCtO (ExpansionOrigin (OrigExpr e)) = text "an expression" <+> ppr e
|
| 1098 | 1098 | pprCtO (ExpansionOrigin (OrigStmt{})) = text "a do statement"
|
| 1099 | -pprCtO (ExpansionOrigin (OrigPat{})) = text "a pattern"
|
|
| 1099 | +pprCtO (ExpansionOrigin (OrigPat{})) = text "a do statement"
|
|
| 1100 | 1100 | pprCtO (ExpectedTySyntax o _) = pprCtO o
|
| 1101 | 1101 | pprCtO (ExpectedFunTySyntaxOp{}) = text "a rebindable syntax operator"
|
| 1102 | 1102 | pprCtO (ExpectedFunTyViewPat{}) = text "a view pattern"
|