Skip to content

Commit

Permalink
Merge pull request #10230 from mlubin/typedepth
Browse files Browse the repository at this point in the history
Bump MAX_TYPE_DEPTH
  • Loading branch information
JeffBezanson committed Jul 30, 2015
2 parents a9b71c6 + be39aec commit 592fc7e
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 = 4
const MAX_TYPE_DEPTH = 5
const MAX_TUPLETYPE_LEN = 8
const MAX_TUPLE_DEPTH = 4

Expand Down

0 comments on commit 592fc7e

Please sign in to comment.