X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=88c2c9ed6ce10b8bde47562519260f2a6f741c7e;hb=065ce67b1b6ba6b8f3646b73c7cadd50a001a9af;hp=a9ad52838e2fe6ebfbcf84149a3226c3ac891eb2;hpb=f8c30102cdc246af5720b3bc8f2211e352edda5f;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index a9ad528..88c2c9e 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1034,7 +1034,7 @@ f foo = foo { x = 6 } in the inadvertent cyclic definition let x = ... x ... in. - Consequently, this option does + Consequently, this option will complain about cyclic recursive definitions. @@ -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.