[Git][ghc/ghc][wip/T24676] Typo
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Wed May 29 23:09:13 UTC 2024
Simon Peyton Jones pushed to branch wip/T24676 at Glasgow Haskell Compiler / GHC
Commits:
4c467ccc by Simon Peyton Jones at 2024-05-30T00:08:58+01:00
Typo
- - - - -
1 changed file:
- compiler/GHC/Tc/Gen/App.hs
Changes:
=====================================
compiler/GHC/Tc/Gen/App.hs
=====================================
@@ -529,7 +529,7 @@ tcValArg _ (EValArgQL { eaql_status = ql_status
tcScalingUsage mult $
case ql_status of
QLUnified -- We have decided to unify (no generalisation or deep subsumption)
- -> -- So pass Shallow to finishAPp
+ -> -- So pass Shallow to finishApp
do { tc_app <- finishApp DoQL Shallow rn_expr ctxt tc_fun inst_args
app_res_rho (mkCheckExpType exp_arg_ty)
; return (EValArg { ea_ctxt = ctxt
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4c467ccc40a5a4a656a22a4304faa052e4633c83
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4c467ccc40a5a4a656a22a4304faa052e4633c83
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240529/93fa6619/attachment.html>
More information about the ghc-commits
mailing list