Skip to content

Commit

Permalink
Bump MAX_TYPE_DEPTH again
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Oct 12, 2015
1 parent 6aa15b8 commit 658a0a8
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
Expand Up @@ -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

Expand Down

0 comments on commit 658a0a8

Please sign in to comment.