summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.8.1-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/9.8.1-notes.rst')
-rw-r--r--docs/users_guide/9.8.1-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/9.8.1-notes.rst b/docs/users_guide/9.8.1-notes.rst
index f836f62320..503105472e 100644
--- a/docs/users_guide/9.8.1-notes.rst
+++ b/docs/users_guide/9.8.1-notes.rst
@@ -21,6 +21,12 @@ Compiler
foo (\x -> x*2 + x)
+- GHC Proposal `#496
+ <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0496-empty-record-wildcards.rst>`_
+ has been implemented, allowing ``{..}`` syntax for constructors without fields, for consistency.
+ This is convenient for TH code generation, as you can now uniformly use record wildcards
+ regardless of number of fields.
+
GHCi
~~~~