Skip to content
Snippets Groups Projects
Commit e21fada0 authored by pcapriotti's avatar pcapriotti
Browse files

Update documentation of DatatypeContexts (#5964)

MERGED from commit ac2fbb4f
parent 27302c90
No related merge requests found
......@@ -2103,8 +2103,9 @@ NilSet :: Set a
ConsSet :: Eq a => a -> Set a -> Set a
</programlisting>
<para>In GHC this feature is an extension called
<literal>DatatypeContexts</literal>, and on by default.</para>
<para>This is widely considered a misfeature, and is going to be removed from
the language. In GHC, it is controlled by the deprecated extension
<literal>DatatypeContexts</literal>.</para>
</sect2>
<sect2 id="infix-tycons">
......
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