From 658a0a8b1533ccc5f7d82f5276c4217312d6f76a Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Mon, 12 Oct 2015 05:57:15 -0500 Subject: [PATCH] Bump MAX_TYPE_DEPTH again --- base/inference.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/inference.jl b/base/inference.jl index ed5516179bd6f..e160403565988 100644 --- a/base/inference.jl +++ b/base/inference.jl @@ -2,7 +2,7 @@ # parameters limiting potentially-infinite types const MAX_TYPEUNION_LEN = 3 -const MAX_TYPE_DEPTH = 5 +const MAX_TYPE_DEPTH = 7 const MAX_TUPLETYPE_LEN = 8 const MAX_TUPLE_DEPTH = 4