diff options
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index a3913ccfc4..1564f3886c 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -7862,7 +7862,8 @@ scope over the methods defined in the <literal>where</literal> part. For exampl 4.5.5</ulink> of the Haskell Report) can be completely switched off by -<option>-XNoMonomorphismRestriction</option>. +<option>-XNoMonomorphismRestriction</option>. Since GHC 7.8.1, it is +switched off by default in GHCi. </para> </sect3> |