kevinbarabash / compiler

2 stars 0 forks source link

[wyah]: add support for partial application #17

Closed kevinbarabash closed 2 years ago

kevinbarabash commented 2 years ago

Partial application must happen from the left to right for now. In the future we can provide syntax for omitting some args in order to partially apply the rest of the args.

This PR also makes const in the tests n-ary instead of curried.