[Git][ghc/ghc][wip/T25647] Remove unused implicit variable bindings from HsOuterExplicit in addHsOuterSigTyVarBinds function

Patrick (@soulomoon) gitlab at gitlab.haskell.org
Sat Mar 8 16:42:37 UTC 2025



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


Commits:
3cc1c261 by Patrick at 2025-03-09T00:42:28+08:00
Remove unused implicit variable bindings from HsOuterExplicit in addHsOuterSigTyVarBinds function

- - - - -


1 changed file:

- compiler/GHC/HsToCore/Quote.hs


Changes:

=====================================
compiler/GHC/HsToCore/Quote.hs
=====================================
@@ -1224,7 +1224,7 @@ addHsOuterSigTyVarBinds outer_bndrs thing_inside = case outer_bndrs of
   HsOuterImplicit{hso_ximplicit = imp_tvs} ->
     do th_nil <- coreListM tyVarBndrSpecTyConName []
        addSimpleTyVarBinds FreshNamesOnly imp_tvs $ thing_inside th_nil
-  HsOuterExplicit{hso_bndrs = exp_bndrs, hso_ximplicit= imp_tvs} ->
+  HsOuterExplicit{hso_bndrs = exp_bndrs} ->
     addHsTyVarBinds FreshNamesOnly exp_bndrs thing_inside
 
 -- | If a type implicitly quantifies its outermost type variables, return



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3cc1c261559eb59203e049688a8350be87883a50
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/20250308/b4496958/attachment.html>


More information about the ghc-commits mailing list