mention -fno-mono-pat-binds, since this is a diversion from Haskell 98
authorSimon Marlow <simonmar@microsoft.com>
Fri, 25 Aug 2006 15:26:13 +0000 (15:26 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 25 Aug 2006 15:26:13 +0000 (15:26 +0000)
docs/users_guide/bugs.xml

index ab0b9be..ead6253 100644 (file)
@@ -102,7 +102,10 @@ main = do args &lt;- getArgs
     <sect3 id="infelicities-decls">
       <title>Declarations and bindings</title>
 
-      <para>None known.</para>
+      <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
+      linkend="options-language" />.</para>
     </sect3>
       
       <sect3 id="infelicities-Modules">