summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-09-27 08:57:55 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-09-27 08:57:55 +0200
commitfa3ffb43144eadc406031110b01ba3dc4f9bd94e (patch)
tree0c0cade4c6f45b024cfa41baf15fe3add8c3fcea
parentc4ffdbad3d40887b9b1e8287c90966649ea8571f (diff)
downloadhaskell-fa3ffb43144eadc406031110b01ba3dc4f9bd94e.tar.gz
Release notes: mention -XEmptyCase
-rw-r--r--docs/users_guide/7.8.1-notes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 52f3e7ca1b..16e89e9500 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -300,6 +300,17 @@
<itemizedlist>
<listitem>
<para>
+ There is a new extension,
+ <literal>EmptyCase</literal>, which allows
+ to write a case expression with no alternatives
+ <literal>case ... of {}</literal>.
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <itemizedlist>
+ <listitem>
+ <para>
The <literal>IncoherentInstances</literal>
extension has seen a behavioral change, and is
now 'liberated' and less conservative during