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/=>] Make single constant-values imply equality #1820

Open
drkameleon opened this issue Dec 5, 2024 · 0 comments
Open

[Syntax/=>] Make single constant-values imply equality #1820

drkameleon opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
ast Issues related to the intermediate AST representation enhancement New feature or request syntactic sugar Syntactic sugar

Comments

@drkameleon
Copy link
Collaborator

Let's say we want to check this:

select collection 'item -> item = something

we can write this as:

select collection => [& = something]

My suggestion:

...is that this is equivalent:

selection collection => something
@drkameleon drkameleon added enhancement New feature or request ast Issues related to the intermediate AST representation syntactic sugar Syntactic sugar labels Dec 5, 2024
@drkameleon drkameleon self-assigned this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ast Issues related to the intermediate AST representation enhancement New feature or request syntactic sugar Syntactic sugar
Projects
None yet
Development

No branches or pull requests

1 participant