diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-04-15 13:55:34 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-18 20:12:26 -0400 |
commit | 0165b0295c81247ae97a4689ae6e1fbd2fbc9311 (patch) | |
tree | 4d4b6e9c23a5fdc09eb7281040d3f0bee0dde356 /docs | |
parent | b51897494a65a6478d2ca60a4fbbec945ae27627 (diff) | |
download | haskell-0165b0295c81247ae97a4689ae6e1fbd2fbc9311.tar.gz |
users-guide: Add missing FieldSelectors to GHC2021 list
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/exts/control.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/exts/control.rst b/docs/users_guide/exts/control.rst index 4aba4c13ac..1a5431f526 100644 --- a/docs/users_guide/exts/control.rst +++ b/docs/users_guide/exts/control.rst @@ -56,6 +56,7 @@ Language extensions can be controlled (i.e. allowed or not) in two ways: * :extension:`EmptyDataDeriving` * :extension:`ExistentialQuantification` * :extension:`ExplicitForAll` + * :extension:`FieldSelectors` * :extension:`FlexibleContexts` * :extension:`FlexibleInstances` * :extension:`ForeignFunctionInterface` |