remove duplicate entry for -fwarn-unused-do-bind (#3576)
authorSimon Marlow <marlowsd@gmail.com>
Mon, 12 Oct 2009 11:02:16 +0000 (11:02 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 12 Oct 2009 11:02:16 +0000 (11:02 +0000)
docs/users_guide/6.12.1-notes.xml

index 210adeb..f1d1ed5 100644 (file)
@@ -215,16 +215,7 @@ data instance T [a] where
           block, but its result is not bound.
           The flags <literal>-fwarn-unused-do-bind</literal>
           and <literal>-fwarn-wrong-do-bind</literal> control
-          these warnings.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          There is a new warning if a monadic result of type other than
-          <literal>m ()</literal> is not bound.
-          The flag <literal>-fwarn-unused-do-bind</literal> controls
-          this warning.
+          these warnings (see <xref linkend="options-sanity" />).
         </para>
       </listitem>