You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java does not support more than 255 arguments to a method.
And in any case, Erlang programs using variable-length tuples (using, e.g. addelement() a thousand times) should not generate a class for each arity.
The text was updated successfully, but these errors were encountered:
Java does not support more than 255 arguments to a method.
And in any case, Erlang programs using variable-length tuples (using, e.g. addelement() a thousand times) should not generate a class for each arity.
The text was updated successfully, but these errors were encountered: