[Git][ghc/ghc][master] Export extractPromotedList (#24866)
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sat May 25 14:59:20 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
98597ad5 by Sylvain Henry at 2024-05-25T10:58:45-04:00
Export extractPromotedList (#24866)
This can be useful in plugins.
- - - - -
1 changed file:
- compiler/GHC/Builtin/Types.hs
Changes:
=====================================
compiler/GHC/Builtin/Types.hs
=====================================
@@ -64,7 +64,7 @@ module GHC.Builtin.Types (
nilDataCon, nilDataConName, nilDataConKey,
consDataCon_RDR, consDataCon, consDataConName,
promotedNilDataCon, promotedConsDataCon,
- mkListTy, mkPromotedListTy,
+ mkListTy, mkPromotedListTy, extractPromotedList,
-- * Maybe
maybeTyCon, maybeTyConName,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/98597ad5fca81544d74f721fb508295fd2650232
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/98597ad5fca81544d74f721fb508295fd2650232
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/20240525/edc12e0b/attachment-0001.html>
More information about the ghc-commits
mailing list