diff options
Diffstat (limited to 'docs/users_guide/exts/tuple_sections.rst')
-rw-r--r-- | docs/users_guide/exts/tuple_sections.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/exts/tuple_sections.rst b/docs/users_guide/exts/tuple_sections.rst index 463b451d26..d031535831 100644 --- a/docs/users_guide/exts/tuple_sections.rst +++ b/docs/users_guide/exts/tuple_sections.rst @@ -8,6 +8,8 @@ Tuple sections :since: 6.12 + :status: Included in :extension:`GHC2021` + Allow the use of tuple section syntax The :extension:`TupleSections` extension enables partially applied @@ -39,5 +41,3 @@ Because there is no unboxed unit tuple, the following expression :: (# #) continues to stand for the unboxed singleton tuple data constructor. - - |