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

Update documentation of DatatypeContexts (#5964)

parent 9804c817
Branches
Tags
No related merge requests found
......@@ -2093,8 +2093,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.
Please register or to comment