Skip to content

fix curry/uncurry being swapped#13

Open
Ptival wants to merge 1 commit intomasterfrom
vr/fix-curry-uncurry
Open

fix curry/uncurry being swapped#13
Ptival wants to merge 1 commit intomasterfrom
vr/fix-curry-uncurry

Conversation

@Ptival
Copy link
Copy Markdown
Collaborator

@Ptival Ptival commented Oct 6, 2024

Currying is the process of turning a function that takes its arguments all at once into a function that takes them one by one. In UVMHS, they are currently defined "backwards" wrt. the common use definition.

Currying is the process of turning a function that takes its arguments
all at once into a function that takes them one by one.  In UVMHS, they
are currently defined "backwards" wrt. the common use definition.
@Ptival Ptival requested a review from davdar October 6, 2024 17:41
@davdar
Copy link
Copy Markdown
Contributor

davdar commented Oct 11, 2024

Will definitely merge, hopefully soon. I'd like to aggregate a changelog that includes stuff like this, so I'd like to do that first.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants