summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2014-02-06 23:15:50 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2014-02-06 23:16:53 +0100
commit41cfc96b55a4a44953fc20aa72ef50789ba6ceab (patch)
treee4d665f66bdaea4fbfd456161dc8a2733bb71119 /docs
parentb755c7bd6af9f2bee47427b1eaa6c29c72b2b17a (diff)
downloadhaskell-41cfc96b55a4a44953fc20aa72ef50789ba6ceab.tar.gz
Tweak documentation of monomorphism restriction
Suggested by Gabor Greif on ghc-devs
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 1564f3886c..fb3eb48d3e 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -7862,8 +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>. Since GHC 7.8.1, it is
-switched off by default in GHCi.
+<option>-XNoMonomorphismRestriction</option>. Since GHC 7.8.1, the monomorphism
+restriction is switched off by default in GHCi.
</para>
</sect3>