From b61958d79665722ab058b7daf9fade7853e100e3 Mon Sep 17 00:00:00 2001 From: Austin Seipp <austin@well-typed.com> Date: Wed, 22 Jan 2014 16:24:32 -0600 Subject: [PATCH] Also mention Pattern Synonyms (but with a FIXME) Signed-off-by: Austin Seipp <austin@well-typed.com> --- docs/users_guide/7.8.1-notes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index ce3374273b4f..4342fb7ad541 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -83,6 +83,17 @@ </para> </listitem> + <listitem> + <para> + GHC now supports pattern synonyms, enabled by the + <literal>-XPatternSynonym</literal> extension, + allowing you to name and abstract over patterns more + easily. + + For more information, see TODO FIXME. + </para> + </listitem> + <listitem> <para> There has been significant overhaul of the type -- GitLab