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
Using [6b7a57c9] Expronicon v0.10.3 on Julia 1.9.0, JLFunction cannot construct a function from an anonymous function with only one input. Somewhat strangely, JLFunction(:((x, y) -> x)) does work.
Using
[6b7a57c9] Expronicon v0.10.3
on Julia 1.9.0, JLFunction cannot construct a function from an anonymous function with only one input. Somewhat strangely,JLFunction(:((x, y) -> x))
does work.This probably just needs
split_function_head
to have a new case for symbol, maybe.The text was updated successfully, but these errors were encountered: