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

Syntax of val binders #3029

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Syntax of val binders #3029

merged 3 commits into from
Aug 23, 2023

Conversation

nikswamy
Copy link
Collaborator

You can now write:

val id #a (x:a) : a

instead of

val id (#a:_) (x:a) : a

bringing the syntax of val binders closer to let binders

@nikswamy
Copy link
Collaborator Author

everest green too

@nikswamy nikswamy merged commit d020577 into master Aug 23, 2023
@nikswamy nikswamy deleted the nik_val_syntax branch August 23, 2023 17:27
@mtzguido
Copy link
Member

Very nice!

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