Skip to content

Commit

Permalink
Merge pull request #13561 from JuliaLang/teh/max_type_depth
Browse files Browse the repository at this point in the history
Bump MAX_TYPE_DEPTH again
  • Loading branch information
timholy committed Oct 17, 2015
2 parents 7a4d817 + 658a0a8 commit b05c30c
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 b05c30c

Please sign in to comment.