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 Feb 17, 2015
1 parent c8962a1 commit 7e78db3
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 7e78db3

Please sign in to comment.