[Git][ghc/ghc][master] Add missing @since documentation for (!?) function
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Dec 10 19:01:47 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
a83b7ed6 by Matthew Stephenson at 2024-12-10T14:01:22-05:00
Add missing @since documentation for (!?) function
- - - - -
1 changed file:
- libraries/ghc-internal/src/GHC/Internal/List.hs
Changes:
=====================================
libraries/ghc-internal/src/GHC/Internal/List.hs
=====================================
@@ -1643,6 +1643,8 @@ xs !! n
--
-- WARNING: This function takes linear time in the index.
--
+-- @since base-4.19.0.0
+--
-- ==== __Examples__
--
-- >>> ['a', 'b', 'c'] !? 0
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a83b7ed62f29f60fca07137c79d106aa82ec327d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a83b7ed62f29f60fca07137c79d106aa82ec327d
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/20241210/53eb2185/attachment.html>
More information about the ghc-commits
mailing list