koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Fix trailing lambdas getting inserted at the end of the argument list #533

Closed TimWhiting closed 1 month ago

TimWhiting commented 1 month ago

Alternative to #491

Puts the trailing lambdas before named arguments, but doesn't change anything else.

daanx commented 1 month ago

Thanks so much Tim!