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

Variable declarations in destructuring bind #94

Open
BertLisser opened this issue Apr 16, 2013 · 0 comments
Open

Variable declarations in destructuring bind #94

BertLisser opened this issue Apr 16, 2013 · 0 comments

Comments

@BertLisser
Copy link
Owner

Created 2009-06-29 by basten@cwi.nl assigned to paulk@cwi.nl

It would be nice if variables could be declared in a tuple assignment:

<int i, int j> = <1,2>;

just like in a pattern match:

<int i, int j> := <1,2>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant