diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2014-02-05 20:40:13 +0100 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2014-02-05 20:41:08 +0100 |
commit | 5bda0d08d8fec86433917b65a93836d2372a5b5c (patch) | |
tree | 4d8b6476d81644c2e434cba09b51a3a914204a3e /docs/users_guide | |
parent | 40ce20357fb6266471a53cec7de0a810a3070f36 (diff) | |
download | haskell-5bda0d08d8fec86433917b65a93836d2372a5b5c.tar.gz |
Mention that MR is off by default in GHCi in documentation
Diffstat (limited to 'docs/users_guide')
-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> |