[Git][ghc/ghc][wip/T25647] Rename variable `famArgFlvs` to `fam_arg_flvs` for consistency in type inference functions
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Wed Mar 5 14:00:51 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
5824b5f5 by Patrick at 2025-03-05T22:00:41+08:00
Rename variable `famArgFlvs` to `fam_arg_flvs` for consistency in type inference functions
- - - - -
1 changed file:
- compiler/GHC/Tc/Gen/HsType.hs
Changes:
=====================================
compiler/GHC/Tc/Gen/HsType.hs
=====================================
@@ -1581,8 +1581,8 @@ tcInferTyApps, tcInferTyApps_nosat
-> [LHsTypeArg GhcRn] -- ^ Args
-> [FamArgFlavour] -- ^ Args flavours see Note [FamArgFlavour] and
-> TcM (TcType, TcKind) -- ^ (f args, result kind)
-tcInferTyApps mode hs_ty fun hs_args famArgFlvs
- = do { (f_args, res_k) <- tcInferTyApps_nosat mode hs_ty fun hs_args famArgFlvs
+tcInferTyApps mode hs_ty fun hs_args fam_arg_flvs
+ = do { (f_args, res_k) <- tcInferTyApps_nosat mode hs_ty fun hs_args fam_arg_flvs
; saturateFamApp f_args res_k }
tcInferTyApps_nosat mode orig_hs_ty fun orig_hs_args fam_arg_flvs
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5824b5f5830ea7b73113fafb59aa98cb632b55eb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5824b5f5830ea7b73113fafb59aa98cb632b55eb
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/20250305/833f659f/attachment.html>
More information about the ghc-commits
mailing list