summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-10-03 15:09:41 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-03 17:07:37 -0400
commit3201d85f48e47ea10a49d4222ca0570824aa81d8 (patch)
tree0ad52a109a383aea37aeb08e0466f882031ec6d4 /docs
parent361af6280d7025ac3e24d79c209b465db6f231f8 (diff)
downloadhaskell-3201d85f48e47ea10a49d4222ca0570824aa81d8.tar.gz
user-guide: Mention COMPLETE pragma in release notes
Reviewers: austin Subscribers: rwbarton, thomie GHC Trac Issues: #14305 Differential Revision: https://phabricator.haskell.org/D4059
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/8.2.1-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 89acec874b..ca045eefd4 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -54,6 +54,10 @@ Language
- Support for overloaded record fields via a new ``HasField`` class and
associated compiler logic (see :ref:`record-field-selector-polymorphism`)
+- GHC now recognizes the ``COMPLETE`` language pragma, allowing the user to
+ specify sets of patterns (including pattern synonyms) which constitute a
+ complete pattern match. See :ref:`complete-pragma` for details.
+
Compiler
~~~~~~~~