v0.10.4 -- The Frame.io Contributors Edition!
Improvements
Fixes
- pipes: unnest all pipe starts in one pass (
f(g(h(x))) |> j()=>x |> h() |> g() |> f() |> j(), #94, h/t @tomjschuster)
f(g(h(x))) |> j() => x |> h() |> g() |> f() |> j(), #94, h/t @tomjschuster)