summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-09-09 12:52:18 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2014-09-19 11:41:11 +0100
commitc96c64fae0152bc53f48634d0ddd310ef4bc0105 (patch)
tree22945c000a026ea6979e311f63f33f5399fa85dc /docs
parentfdc03a78ab1b3c03e4d1757fca062eaf7a47834a (diff)
downloadhaskell-c96c64fae0152bc53f48634d0ddd310ef4bc0105.tar.gz
Increase -fcontext-stack=N default to 100
This addresses Trac #5395
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/flags.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index 086157be1b..bd2a84c2ec 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -706,7 +706,7 @@
<tbody>
<row>
<entry><option>-fcontext-stack=N</option><replaceable>n</replaceable></entry>
- <entry>set the <link linkend="undecidable-instances">limit for context reduction</link>. Default is 20.</entry>
+ <entry>set the <link linkend="undecidable-instances">limit for type-class context reduction</link>. Default is 100.</entry>
<entry>dynamic</entry>
<entry></entry>
</row>