arrow-meta icon indicating copy to clipboard operation
arrow-meta copied to clipboard

[Synthetic Arrow-Syntax] Enable synthetic partial application, currying, etc over Type Proofs.

Open pakoito opened this issue 4 years ago • 1 comments

We currently don't have support for partial application and currying for suspend functions, or any of the other function helpers in the syntax module.

pakoito avatar Dec 17 '19 15:12 pakoito

We need to address this as a compiler plugin because the alternative is to have n repeated arities for regular and suspend functions.

raulraja avatar Dec 17 '19 15:12 raulraja