vavr-io / vavr-docs

Source of https://docs.vavr.io
Other
10 stars 28 forks source link

Differentiate between currying and partial application #28

Closed schaloner closed 7 years ago

schaloner commented 7 years ago

2 issues:

This PR adds a section for partial application and updates the section on currying, giving higher arity examples in both cases.

danieldietrich commented 7 years ago

Hi Steve, thank you for improving the documentation and making the difference between currying and partial application clear. Well done!