当使用1个参数调用时不提供转换器。
提议
- 具有显式初始化值的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