[Git][ghc/ghc][master] Add @since annotation to Data.Data.mkConstrTag
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Feb 20 01:36:31 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
249caf0d by Matthew Craven at 2024-02-19T20:36:09-05:00
Add @since annotation to Data.Data.mkConstrTag
- - - - -
1 changed file:
- libraries/ghc-internal/src/Data/Data.hs
Changes:
=====================================
libraries/ghc-internal/src/Data/Data.hs
=====================================
@@ -625,6 +625,8 @@ mkDataType str cs = DataType
}
-- | Constructs a constructor
+--
+-- @since 4.16.0.0
mkConstrTag :: DataType -> String -> Int -> [String] -> Fixity -> Constr
mkConstrTag dt str idx fields fix =
Constr
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/249caf0d2345ac2e6046847522bb8f2fff7f8835
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/249caf0d2345ac2e6046847522bb8f2fff7f8835
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/20240219/26001a04/attachment.html>
More information about the ghc-commits
mailing list