sanctuary-js / sanctuary

:see_no_evil: Refuge from unsafe JavaScript
https://sanctuary.js.org
MIT License
3.03k stars 94 forks source link

docs(foldMap): added an extra example to foldMap #579

Closed danielo515 closed 5 years ago

danielo515 commented 5 years ago

I think foldMap is a great function that has many usages. However it lacks more examples and people is not used to the concept of giving a typeRep, this tries to make the function more easy to understand with an extra example that uses array.

davidchambers commented 5 years ago

Thank you for this contribution, @danielo515!