diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-09-27 08:57:55 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-09-27 08:57:55 +0200 |
commit | fa3ffb43144eadc406031110b01ba3dc4f9bd94e (patch) | |
tree | 0c0cade4c6f45b024cfa41baf15fe3add8c3fcea | |
parent | c4ffdbad3d40887b9b1e8287c90966649ea8571f (diff) | |
download | haskell-fa3ffb43144eadc406031110b01ba3dc4f9bd94e.tar.gz |
Release notes: mention -XEmptyCase
-rw-r--r-- | docs/users_guide/7.8.1-notes.xml | 11 |
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 |