diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-08-15 14:15:02 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-08-16 14:34:47 -0400 |
commit | 28c60d266c176f6e2c5eac9f3231bfc5fd0f7b23 (patch) | |
tree | 6a01a2eaff7c86df849bcfbca208bcf382e4a801 /docs/users_guide | |
parent | 68154a9d3b4f5e84fa50146adb2c2019ec481456 (diff) | |
download | haskell-28c60d266c176f6e2c5eac9f3231bfc5fd0f7b23.tar.gz |
users-guide: Fix incorrect reference to `:extension: role
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/exts/gadt_syntax.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/gadt_syntax.rst b/docs/users_guide/exts/gadt_syntax.rst index dce11eb119..40e5086d05 100644 --- a/docs/users_guide/exts/gadt_syntax.rst +++ b/docs/users_guide/exts/gadt_syntax.rst @@ -6,7 +6,7 @@ Declaring data types with explicit constructor signatures .. extension:: GADTSyntax :shortdesc: Enable generalised algebraic data type syntax. - :implied by: :extensions:`GADTs` + :implied by: :extension:`GADTs` :since: 7.2.1 :status: Included in :extension:`GHC2021` |