milibopp / carboxyl

Functional Reactive Programming library for Rust
Mozilla Public License 2.0
406 stars 19 forks source link

Change argument sequence of scan closure #93

Closed milibopp closed 8 years ago

milibopp commented 8 years ago

Should be .scan(init, update) where update: Fn(A, B) -> B

milibopp commented 8 years ago

Let's not do this, because fold in stdlib's iterator does not do it either.