当使用 1 参数调用时,reductions 不会提供转换器。
提议
- 具有显式初始化值的 reductions 转换器:reductions-with
- 由于参数冲突,这是一个单独的函数,而不是与 reductions 结合使用
第二个补丁提议一个允许显式初始化值的变体:reductions-with
(assert (= (sequence (reductions-with + 0) [1 2 3 4 5]) [1 3 6 10 15])))
补丁: 0003-add-reductions-with.patch
预审: Alex Miller