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

Fix arity of inner functions. #7199

Merged
merged 4 commits into from
Dec 12, 2024
Merged

Fix arity of inner functions. #7199

merged 4 commits into from
Dec 12, 2024

Conversation

cristianoc
Copy link
Collaborator

The parser gives arity to inner functions while it should only give it to the toplevel for a nested function. E.g. (x,y) => x+y should give toplevel arity 2, and no inner arity 1

The parser gives arity to inner functions while it should only give it to the toplevel for a nested function.
E.g. (x,y) => x+y should give toplevel arity 2, and no inner arity 1
@cristianoc cristianoc requested review from cknitt and zth December 12, 2024 09:58
Copy link
Member

@cknitt cknitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@cristianoc cristianoc merged commit 04f4e27 into master Dec 12, 2024
20 checks passed
@cristianoc cristianoc deleted the nested-funs branch December 12, 2024 14:34
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