Skip to content

Commit

Permalink
Bump MAX_TYPE_DEPTH
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Mar 9, 2015
1 parent 768401c commit 97b2ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/inference.jl
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 97b2ac8

Please sign in to comment.