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