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

Add multivalve declarations/naming #5

Open
windley opened this issue Apr 13, 2016 · 1 comment
Open

Add multivalve declarations/naming #5

windley opened this issue Apr 13, 2016 · 1 comment

Comments

@windley
Copy link
Member

windley commented Apr 13, 2016

(a, b, c) = (1, 2, 3)

I found several places this would have made Fuse code more concise. Ed has lots of places in CloudOS where this would have made the code easier to read.

@farskipper
Copy link
Member

   (x, y) = a => (b, c) | (d, e)

This is hard to do without repeating a with single assignment.

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

3 participants