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
There was a discussion about var-args and arity in the context of the import op here: Much of the discussion is pertinent to var-args in general. #580 (comment)
What is your problem?
Overloading a function with structure with different numbers of arguments confuses the interpreter.
How to reproduce your problem?
Run the following code
What would you normally expect?
What do you get instead?
What else do you have to say?
The following code
properly works, indicating that the problem comes from the fact that the function is an expression instead of a mere symbol.
The text was updated successfully, but these errors were encountered: