Skip to content

Commit

Permalink
Re-up MAX_TUPLETYPE_LEN (redo of #15080)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed May 28, 2016
1 parent 758aebc commit ba2e389
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 ba2e389

Please sign in to comment.