purescript-prelude icon indicating copy to clipboard operation
purescript-prelude copied to clipboard

Make `Data.Function#apply` point-free

Open triallax opened this issue 3 years ago • 0 comments

Description of the change

Just made apply point-free.

I know this sounds like a weird change to make a full PR for (and it is), but it's just been nagging my mind since forever, so I thought I'd just go ahead and do it. Feel free to reject this PR too; that works for me, as the nagging has already stopped.


Checklist:

  • [ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)") (does this change deserve being in the changelog?)
  • [ ] 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)

triallax avatar Jul 03 '21 13:07 triallax