From: Ian Lynagh Date: Tue, 1 May 2007 14:25:43 +0000 (+0000) Subject: -fwarn-monomorphism-restriction is now off by default X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=41c6c5d091021a859a7508b47e9fa8a19230b033;p=ghc-hetmet.git -fwarn-monomorphism-restriction is now off by default --- diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index a9ad528..502c856 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1154,7 +1154,7 @@ f "2" = 2 the MR can give rise to unexpected behaviour, so it can be helpful to have an explicit warning that it is being applied. - This warning is on by default. + This warning is off by default.