Apoorv Ingle pushed to branch wip/spj-apporv-Oct24 at Glasgow Haskell Compiler / GHC
Commits:
-
ba88d72c
by Apoorv Ingle at 2025-08-03T19:11:55-05:00
2 changed files:
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"
|
| 1 | -# This is a IDE configuration file which tells IDEs such as `ghcide` how
|
|
| 2 | -# to set up a GHC API session for this project.
|
|
| 3 | -#
|
|
| 4 | -# To use it in windows systems replace the config with
|
|
| 5 | -# cradle: {bios: {program: "./hadrian/hie-bios.bat"}}
|
|
| 6 | -#
|
|
| 7 | -# The format is documented here - https://github.com/mpickering/hie-bios
|
|
| 8 | -cradle: {bios: {program: "./hadrian/hie-bios"}} |