summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-11-20 10:24:52 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2013-11-22 17:51:11 +0000
commitb6b5c4179b3363f2ceafc55e64b545316c11dc26 (patch)
treec799b9c1edb74cabf28e0db62f4604316af4be47 /docs
parent01b12ca94b70fd405f8180efce3cd59b7615f00c (diff)
downloadhaskell-b6b5c4179b3363f2ceafc55e64b545316c11dc26.tar.gz
Add -ftype-function-stack to set type function stack depth
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/flags.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index d5f4b8bd2e..72ef91ed82 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -723,6 +723,12 @@
<entry></entry>
</row>
<row>
+ <entry><option>-ftype-function-depth=N</option><replaceable>n</replaceable></entry>
+ <entry>set the <link linkend="type-families">limit for type function reductions</link>. Default is 200.</entry>
+ <entry>dynamic</entry>
+ <entry></entry>
+ </row>
+ <row>
<entry><option>-XAllowAmbiguousTypes</option></entry>
<entry>Allow the user to write <link linkend="ambiguity">ambiguous types</link>,
and the type inference engine to infer them.