Skip to content

Commit

Permalink
Merge pull request #16628 from JuliaLang/teh/mttl
Browse files Browse the repository at this point in the history
The Tuples at the End of the Universe
  • Loading branch information
timholy committed Jun 1, 2016
2 parents 002f081 + ba2e389 commit aa1ce87
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 @@ -3,7 +3,7 @@
#### parameters limiting potentially-infinite types ####
const MAX_TYPEUNION_LEN = 3
const MAX_TYPE_DEPTH = 7
const MAX_TUPLETYPE_LEN = 8
const MAX_TUPLETYPE_LEN = 42
const MAX_TUPLE_DEPTH = 4

const MAX_TUPLE_SPLAT = 16
Expand Down

0 comments on commit aa1ce87

Please sign in to comment.