summaryrefslogtreecommitdiff
path: root/compiler/main/Constants.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/Constants.lhs')
-rw-r--r--compiler/main/Constants.lhs7
1 files changed, 5 insertions, 2 deletions
diff --git a/compiler/main/Constants.lhs b/compiler/main/Constants.lhs
index 497bae500e..a891336e53 100644
--- a/compiler/main/Constants.lhs
+++ b/compiler/main/Constants.lhs
@@ -18,8 +18,11 @@ mAX_TUPLE_SIZE = 62 -- Should really match the number
-- of decls in Data.Tuple
mAX_CONTEXT_REDUCTION_DEPTH :: Int
-mAX_CONTEXT_REDUCTION_DEPTH = 200
- -- Increase to 200; see Trac #5395
+mAX_CONTEXT_REDUCTION_DEPTH = 20
+
+mAX_TYPE_FUNCTION_REDUCTION_DEPTH :: Int
+mAX_TYPE_FUNCTION_REDUCTION_DEPTH = 200
+ -- Needs to be much higher than mAX_CONTEXT_REDUCTION_DEPTH; see Trac #5395
wORD64_SIZE :: Int
wORD64_SIZE = 8