paf31 / purescript-behaviors

A simple push-pull FRP implementation
MIT License
133 stars 22 forks source link

Update `mapAccum` docs (and implementation!) #32

Closed i-am-tom closed 6 years ago

i-am-tom commented 6 years ago

Previously, the mapAccum arguments were not in the order one might expect (i.e. the same as other fold-style functions: function accumulator foldable). This has been corrected. Furthermore, the documentation contained a formatting error, which has been fixed.

paf31 commented 6 years ago

Thanks!