function component(a) { let x = { a }; let y = {}; const f0 = function () { y.x = x; }; f0(); y |> mutate(%); return y; }