Open nystrom opened 1 year ago
@nystrom Is this just an idea, or do you have a use case where this would be helpful to you?
Not really a use case, but I want to avoid bare arrays in my code since they lead to problems with type inference. This is not a problem in patterns, but would make the pattern syntax match the expression syntax.
This is supported:
but not this: