diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/7.12.1-notes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/users_guide/7.12.1-notes.xml b/docs/users_guide/7.12.1-notes.xml index 27ad849b16..eccf13d431 100644 --- a/docs/users_guide/7.12.1-notes.xml +++ b/docs/users_guide/7.12.1-notes.xml @@ -146,6 +146,18 @@ Partial type signatures can now be used in splices, see <xref linkend="pts-where"/>. </para> </listitem> + <listitem> + <para> + <literal>Template Haskell</literal> now supports the use of + <literal>UInfixT</literal> in types to resolve infix + operator fixities, in the same vein as + <literal>UInfixP</literal> and <literal>UInfixE</literal> + in patterns and expressions. <literal>ParensT</literal> + and <literal>InfixT</literal> have also been introduced, + serving the same functions as their pattern and expression + counterparts. + </para> + </listitem> </itemizedlist> </sect3> |