[Git][ghc/ghc][wip/T24676] Another context wibble
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Thu May 30 15:51:48 UTC 2024
Simon Peyton Jones pushed to branch wip/T24676 at Glasgow Haskell Compiler / GHC
Commits:
aeed986b by Simon Peyton Jones at 2024-05-30T16:51:22+01:00
Another context wibble
- - - - -
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 = fun_ctxt
+ ; return (EValArgQL { eaql_ctxt = 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/aeed986b88a019a3ffc9fe66b1e1f79a3c0d0739
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aeed986b88a019a3ffc9fe66b1e1f79a3c0d0739
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/ddd4c1c0/attachment-0001.html>
More information about the ghc-commits
mailing list