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

Should be able to replace function with lambda in parameter type #456

Open
dbenn opened this issue Nov 12, 2024 · 0 comments
Open

Should be able to replace function with lambda in parameter type #456

dbenn opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
VeLa VStar expression Language

Comments

@dbenn
Copy link
Collaborator

dbenn commented Nov 12, 2024

It should be possible to use the lambda symbol where function is now used in a function parameter, e.g.

f(g:λ) {
...
}

instead of:

f(g:function) {
...
}

Noticed this after looking at Y in #105.

@dbenn dbenn added the VeLa VStar expression Language label Nov 12, 2024
@dbenn dbenn self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VeLa VStar expression Language
Projects
Development

No branches or pull requests

1 participant