[Git][ghc/ghc][wip/T25647] Add empty implicit variable bindings to HsOuterExplicit in synifyDataCon

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



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


Commits:
f66769c6 by Patrick at 2025-03-09T18:32:13+08:00
Add empty implicit variable bindings to HsOuterExplicit in synifyDataCon

- - - - -


1 changed file:

- utils/haddock/haddock-api/src/Haddock/Convert.hs


Changes:

=====================================
utils/haddock/haddock-api/src/Haddock/Convert.hs
=====================================
@@ -484,6 +484,7 @@ synifyDataCon use_gadt_syntax dc =
           HsOuterExplicit
             { hso_xexplicit = noExtField
             , hso_bndrs = map synifyTyVarBndr user_tvbndrs
+            , hso_ximplicit = []
             }
 
     -- skip any EqTheta, use 'orig'inal syntax



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

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


More information about the ghc-commits mailing list