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
I investigate this issue a bit, it seems the problem is we don't know the signature (including the variable name) of the given function which is actually #10
Sometimes, the input of a function can be generators, while the function itself will produce a lambda:
I took this example from Yao
I'm expecting the following to give
but I got
I'm not sure if this requires some upstream change, but it would be nice to support it.
The text was updated successfully, but these errors were encountered: