[Git][ghc/ghc][wip/T25647] revert to old behaviour

Patrick (@soulomoon) gitlab at gitlab.haskell.org
Sun Mar 9 21:14:46 UTC 2025



Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC


Commits:
b791749b by Patrick at 2025-03-10T05:14:36+08:00
revert to old behaviour

- - - - -


1 changed file:

- compiler/GHC/Rename/HsType.hs


Changes:

=====================================
compiler/GHC/Rename/HsType.hs
=====================================
@@ -1130,7 +1130,8 @@ bindHsOuterTyVarBndrs' bind_fam doc mb_cls implicit_vars outer_bndrs thing_insid
                                         , hso_ximplicit = implicit_vars' }
         where
           fam_implicit_vars = case bind_fam of
-            BindFam -> filterFreeVarsToBind (mapMaybe hsLTyVarLocName exp_bndrs) implicit_vars
+            -- BindFam -> filterFreeVarsToBind (mapMaybe hsLTyVarLocName exp_bndrs) implicit_vars
+            BindFam -> []
             NotBindFam -> []
 
 -- See Note [Term variable capture and implicit quantification]



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b791749b6284f22c85df91bc55ed914d6bd2c00c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b791749b6284f22c85df91bc55ed914d6bd2c00c
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/20250309/bb96e8ab/attachment.html>


More information about the ghc-commits mailing list