Skip to content
Snippets Groups Projects
Commit 3201d85f authored by Ben Gamari's avatar Ben Gamari Committed by Ben Gamari
Browse files

user-guide: Mention COMPLETE pragma in release notes

Reviewers: austin

Subscribers: rwbarton, thomie

GHC Trac Issues: #14305

Differential Revision: https://phabricator.haskell.org/D4059
parent 361af628
No related merge requests found
......@@ -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
~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment