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 was thinking about this the other day, the problem would be how to distinguish between f1(f2) (i.e. f1 acts on a function f2), and x -> f1(f2(x)) (the composition of f1 and f2).
I agree it would be useful though, especially if there was a way to combine all this with the do notation.
Basically sugar, but would be cool to compose functions with the pipeline op. Could possibly help with #5571.
I think the relevant code is
julia/base/operators.jl
Line 159 in a26f03e
Something like this?
Down to figure out how to write a test n such, just let me know.
The text was updated successfully, but these errors were encountered: