kevinbarabash / compiler

2 stars 0 forks source link

Update partial application to support application of params at any position #55

Open kevinbarabash opened 2 years ago

kevinbarabash commented 2 years ago

Given foo(a, b, c) it should be possible to do things like foo(5, _, 10) and have it return a function accepting a single param of type typeof b.