Update the user guide so it talks about the newer "do rec" notation everywhere
[ghc-hetmet.git] / docs / users_guide / flags.xml
index 7a52bdf..e7c237b 100644 (file)
              <entry><option>-XNoTypeOperators</option></entry>
            </row>
            <row>
+             <entry><option>-XDoRec</option></entry>
+             <entry>Enable <link linkend="recursive-do-notation">recursive do notation</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoDoRec</option></entry>
+           </row>
+           <row>
              <entry><option>-XRecursiveDo</option></entry>
-             <entry>Enable <link linkend="mdo-notation">recursive do (mdo) notation</link>.</entry>
+             <entry>Enable <link linkend="mdo-notation">recursive do (mdo) notation</link>. This is deprecated; please use <link linkend="recursive-do-notation">recursive do notation</link> instead.</entry>
              <entry>dynamic</entry>
              <entry><option>-XNoRecursiveDo</option></entry>
            </row>