lstrojny / functional-php

Primitives for functional programming in PHP
MIT License
1.98k stars 204 forks source link

Add note to docs about using `curry` with `flip`. #206

Closed jasonmm closed 4 years ago

jasonmm commented 4 years ago

This pull request adds a note to the docs about using curry on a function returned from flip.

Closes #140.

lstrojny commented 4 years ago

Thank you!