summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts/numeric_underscores.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/exts/numeric_underscores.rst')
-rw-r--r--docs/users_guide/exts/numeric_underscores.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/exts/numeric_underscores.rst b/docs/users_guide/exts/numeric_underscores.rst
index d430fcde26..7a96e00d88 100644
--- a/docs/users_guide/exts/numeric_underscores.rst
+++ b/docs/users_guide/exts/numeric_underscores.rst
@@ -8,6 +8,8 @@ Numeric underscores
:since: 8.6.1
+ :status: Included in :extension:`GHC2021`
+
Allow the use of underscores in numeric literals.
GHC allows for numeric literals to be given in decimal, octal, hexadecimal,
@@ -85,5 +87,3 @@ About validity:
h2 = 0x_ffff -- valid
h3 = 0x__ffff -- valid
h4 = _0xffff -- invalid
-
-