[Git][ghc/ghc][wip/T24676] Wibble: wrong ctxt!
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Thu May 30 13:05:59 UTC 2024
Simon Peyton Jones pushed to branch wip/T24676 at Glasgow Haskell Compiler / GHC
Commits:
76ca0ef5 by Simon Peyton Jones at 2024-05-30T14:05:44+01:00
Wibble: wrong ctxt!
- - - - -
1 changed file:
- compiler/GHC/Tc/Gen/App.hs
Changes:
=====================================
compiler/GHC/Tc/Gen/App.hs
=====================================
@@ -1753,7 +1753,7 @@ quickLookArg1 ctxt larg@(L _ arg) sc_arg_ty@(Scaled _ orig_arg_rho)
; traceTc "quickLookArg done }" (ppr rn_fun)
- ; return (EValArgQL { eaql_ctxt = ctxt
+ ; return (EValArgQL { eaql_ctxt = fun_ctxt
, eaql_arg_ty = sc_arg_ty
, eaql_larg = larg
, eaql_head = rn_head
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/76ca0ef5b7b3c707af40a6537ab38a8f2e4c74b7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/76ca0ef5b7b3c707af40a6537ab38a8f2e4c74b7
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/20240530/1e68362c/attachment-0001.html>
More information about the ghc-commits
mailing list