You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: