[Git][ghc/ghc][master] Update user guide to indicate support for 64-tuples
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Jun 18 22:51:22 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
5e75412b by Jakob Bruenker at 2024-06-18T18:49:51-04:00
Update user guide to indicate support for 64-tuples
- - - - -
1 changed file:
- docs/users_guide/bugs.rst
Changes:
=====================================
docs/users_guide/bugs.rst
=====================================
@@ -553,7 +553,7 @@ Unchecked floating-point arithmetic
Large tuple support
The Haskell Report only requires implementations to provide tuple
types and their accompanying standard instances up to size 15. GHC
- limits the size of tuple types to 62 and provides instances of
+ limits the size of tuple types to 64 and provides instances of
``Eq``, ``Ord``, ``Bounded``, ``Read``, ``Show``, and ``Ix`` for
tuples up to size 15.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e75412bb8061fae8837fa249d5bdc614ce2e461
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e75412bb8061fae8837fa249d5bdc614ce2e461
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/20240618/92d0f985/attachment.html>
More information about the ghc-commits
mailing list