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 are two cases that could probably be handled automatically, if we grab the AST of the called-by-name function:
Extraneous implicitly calls - in these cases, where the number of parameters matches the number of arguments the called function expects - we can skip the trailing implicitly entirely.
Implicit conversion - if the passed in type isn't the exact one the called function expects, it should be inside the implicitly
There are two cases that could probably be handled automatically, if we grab the AST of the called-by-name function:
implicitly
calls - in these cases, where the number of parameters matches the number of arguments the called function expects - we can skip the trailingimplicitly
entirely.implicitly
Example 1: 23cdef5
Example 2: d137bd6
The text was updated successfully, but these errors were encountered: