From e21fada0b7419da8a277c99511108fdd05a47647 Mon Sep 17 00:00:00 2001 From: Paolo Capriotti <p.capriotti@gmail.com> Date: Fri, 30 Mar 2012 15:46:30 +0100 Subject: [PATCH] Update documentation of DatatypeContexts (#5964) MERGED from commit ac2fbb4f6ce7bf9f0742207e1b974bbd556af85a --- docs/users_guide/glasgow_exts.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index a4f9b3d1be8f..51f211481a14 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -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"> -- GitLab