Skip to content
Snippets Groups Projects
Commit 917c16c4 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Add postfix ops to the release notes

parent 395f018b
No related merge requests found
...@@ -325,10 +325,16 @@ ...@@ -325,10 +325,16 @@
Template Haskell. Template Haskell.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
GHC now supports postfix operators, as a simple generalisation of
left sections (<xref linkend="postfix-operators"/>).
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Parallel arrays, as enabled by <literal>-fparr</literal>, no Parallel arrays, as enabled by <literal>-fparr</literal>, no
longer work. longer work. They'll be coming back shortly, in full glory.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
......
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