purescript-foldable-traversable icon indicating copy to clipboard operation
purescript-foldable-traversable copied to clipboard

Add foldlMaybe and code reuse

Open theqp opened this issue 2 years ago • 0 comments

Description of the change

I created a function foldlMaybe because I noticed code duplication in minimumBy and maximumBy


Checklist:

  • [ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
  • [ ] Linked any existing issues or proposals that this pull request should close
  • [ ] Updated or added relevant documentation
  • [ ] Added a test for the contribution (if applicable)

theqp avatar Sep 24 '21 15:09 theqp