Open ildar-ceo opened 1 year ago
var a1 = new Collection(); fn push10 = curry Collection.push(?, 10); a1 = a1 |> push10 |> push10 ;