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

Issue with Vamp-IR tuples #88

Open
CarloModicaPortfolio opened this issue May 11, 2023 · 1 comment
Open

Issue with Vamp-IR tuples #88

CarloModicaPortfolio opened this issue May 11, 2023 · 1 comment

Comments

@CarloModicaPortfolio
Copy link
Contributor

"(" and ")" are not in fact needed to write tuples with Vamp-IR. For instance:

def a = 1,2,3,4,5;
def b = (1,2,3,4,5);
a = b;

gives a valid proof

@AHartNtkn
Copy link
Collaborator

I don't think this is a real issue. As it stands, , is a left-associative binary operation that produces a tuple. Unless that causes problems, I don't see any reason why parens would have to be enforced.

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

No branches or pull requests

2 participants