Skip to content
Snippets Groups Projects
Commit b61958d7 authored by Austin Seipp's avatar Austin Seipp
Browse files

Also mention Pattern Synonyms (but with a FIXME)

parent c9ed9aa0
No related merge requests found
...@@ -83,6 +83,17 @@ ...@@ -83,6 +83,17 @@
</para> </para>
</listitem> </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> <listitem>
<para> <para>
There has been significant overhaul of the type There has been significant overhaul of the type
......
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