Skip to content

Feature Request - Matching, no double indent (with/without leading vert) #2234

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

Closed
strega-nil opened this issue Dec 3, 2017 · 1 comment
Closed
Labels
a-matches match arms, patterns, blocks, etc feature-request

Comments

@strega-nil
Copy link

I'd like to be able to write code like this:

match foo {
| Bar(...) => ...,
| Baz(...) => ...,
}

it's also possible that some might not want to use leading verts?

match foo {
Bar(...) => ...,
Baz(...) => ...,
}

but that's outside of my need.

@ytmimi
Copy link
Contributor

ytmimi commented Jul 20, 2022

closing in favor of #2937

@ytmimi ytmimi closed this as not planned Won't fix, can't repro, duplicate, stale Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-matches match arms, patterns, blocks, etc feature-request
Projects
None yet
Development

No branches or pull requests

4 participants