Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nockma backend: Adjust closure implementation to match the Nock calling convention #3083

Open
lukaszcz opened this issue Oct 4, 2024 · 0 comments

Comments

@lukaszcz
Copy link
Collaborator

lukaszcz commented Oct 4, 2024

We should use the curry Nock stdlib function to implement partial application, or otherwise implement partial application without storing the partially applied arguments in the arguments tuple. When called by Nock from outside, the arguments tuple is just replaced with the remaining arguments, so we can't represent a partially applied function by storing the partially applied arguments there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant