[Git][ghc/ghc][wip/T24676] Typo
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Fri May 3 22:36:57 UTC 2024
Simon Peyton Jones pushed to branch wip/T24676 at Glasgow Haskell Compiler / GHC
Commits:
729a5f48 by Simon Peyton Jones at 2024-05-03T23:36:32+01:00
Typo
- - - - -
1 changed file:
- compiler/GHC/Tc/Gen/App.hs
Changes:
=====================================
compiler/GHC/Tc/Gen/App.hs
=====================================
@@ -1725,7 +1725,7 @@ quickLookArg1 guarded delta ctxt larg@(L _ arg) sc_arg_ty@(Scaled _ arg_ty)
; qlUnify delta' arg_ty app_res_rho
; emitConstraints wanted
; traceTc "quickLookArg unify" (ppr rn_fun <+> ppr delta')
- ; return (delta', mk_ql_arg QLUnified) }o
+ ; return (delta', mk_ql_arg QLUnified) }
else -- Argument does not influence the enclosing call.
-- So we treat this argument entirely independently:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/729a5f48c5386f246a07bbe612aae1a4bb85ec0d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/729a5f48c5386f246a07bbe612aae1a4bb85ec0d
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/20240503/b0c249b9/attachment.html>
More information about the ghc-commits
mailing list