From be39aec54289c2d6eb279754b7aca4b50212a836 Mon Sep 17 00:00:00 2001 From: Miles Lubin Date: Tue, 17 Feb 2015 18:52:40 -0500 Subject: [PATCH] Bump MAX_TYPE_DEPTH --- base/inference.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/inference.jl b/base/inference.jl index f645054b88a75..3fe27fef1cf79 100644 --- a/base/inference.jl +++ b/base/inference.jl @@ -1,6 +1,6 @@ # parameters limiting potentially-infinite types const MAX_TYPEUNION_LEN = 3 -const MAX_TYPE_DEPTH = 4 +const MAX_TYPE_DEPTH = 5 const MAX_TUPLETYPE_LEN = 8 const MAX_TUPLE_DEPTH = 4