Skip to content
Snippets Groups Projects
Commit 23a38fe4 authored by Merijn Verstraaten's avatar Merijn Verstraaten Committed by Herbert Valerio Riedel
Browse files

Release note entry for `-fdefer-typed-holes`

parent ab69f9f2
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,23 @@
specifying <option>-fno-warn-tabs</option> flag.
</para>
</listitem>
<listitem>
<para>
The new <option>-fdefer-typed-holes</option> flag turns
typed hole errors into typed hole warnings that produce
runtime errors when evaluated.
The <option>-fno-warn-typed-holes</option> flag was
repurposed to silence the warnings produced when
<option>-fdefer-typed-holes</option> is used. As a result,
it is no longer possible to disable typed holes like it was
in GHC 7.8. This only turned a self-explanatory error into
a cryptic parse error and was thus not very useful.
For more details, consult <xref linkend="typed-holes"/> and
<xref linkend="defer-type-errors"/>.
</para>
</listitem>
<listitem>
<para>
A new warning flag, <option>-fwarn-trustworthy-safe</option>
......
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