More commandline flag improvements
[ghc-hetmet.git] / docs / users_guide / bugs.xml
index 50ffb39..fdeeaa8 100644 (file)
@@ -98,7 +98,7 @@ main = do args <- getArgs
 
       <para>GHC's typechecker makes all pattern bindings monomorphic
       by default; this behaviour can be disabled with
-      <option>-fno-mono-pat-binds</option>.  See <xref
+      <option>-XNoMonoPatBinds</option>.  See <xref
       linkend="options-language" />.</para>
     </sect3>