Two small typos in the flags summary (merge to 6.8 branch)
authorsimonpj@microsoft.com <unknown>
Mon, 19 Nov 2007 13:46:39 +0000 (13:46 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 19 Nov 2007 13:46:39 +0000 (13:46 +0000)
docs/users_guide/flags.xml
docs/users_guide/glasgow_exts.xml

index d4b6bcc..cb2cb1f 100644 (file)
              <entry><option>-XMonoPatBinds</option></entry>
            </row>
            <row>
-             <entry><option>-XRelaxedPolyRed</option></entry>
+             <entry><option>-XRelaxedPolyRec</option></entry>
              <entry>Relaxed checking for <link linkend="typing-binds">mutually-recursive polymorphic functions</link></entry>
              <entry>dynamic</entry>
              <entry><option>-XNoRelaxedPolyRec</option></entry>
index 0687646..a27a918 100644 (file)
@@ -7198,7 +7198,7 @@ can be completely switched off by
   [x] = e                    -- A pattern binding
 </programlisting>
 Experimentally, GHC now makes pattern bindings monomorphic <emphasis>by
-default</emphasis>.  Use <option>-XMonoPatBinds</option> to recover the
+default</emphasis>.  Use <option>-XNoMonoPatBinds</option> to recover the
 standard behaviour.
 </para>
 </sect2>