[Git][ghc/ghc][wip/T25647] Add empty implicit variable bindings to HsOuterExplicit in mkEmptySigType
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Sat Mar 8 22:44:33 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
02c75cf1 by Patrick at 2025-03-09T06:44:25+08:00
Add empty implicit variable bindings to HsOuterExplicit in mkEmptySigType
- - - - -
1 changed file:
- utils/haddock/haddock-api/src/Haddock/GhcUtils.hs
Changes:
=====================================
utils/haddock/haddock-api/src/Haddock/GhcUtils.hs
=====================================
@@ -166,6 +166,7 @@ mkEmptySigType lty@(L loc ty) = L loc $ case ty of
HsOuterExplicit
{ hso_xexplicit = noExtField
, hso_bndrs = bndrs
+ , hso_ximplicit = []
}
, sig_body = body
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/02c75cf16269065031da26ec8248639cce68e935
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/02c75cf16269065031da26ec8248639cce68e935
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/44f46a4b/attachment-0001.html>
More information about the ghc-commits
mailing list