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

Active pattern identifiers with backticks are incorrectly displayed #13610

Closed
psfinaki opened this issue Aug 1, 2022 · 0 comments · Fixed by #13552
Closed

Active pattern identifiers with backticks are incorrectly displayed #13610

psfinaki opened this issue Aug 1, 2022 · 0 comments · Fixed by #13552
Assignees
Labels
Milestone

Comments

@psfinaki
Copy link
Member

psfinaki commented Aug 1, 2022

Similar to #13593. Creating a separate issue so that we could have separate discussions about each case.

let (|``Thing with space``|_|) x = if x % 2 = 0 then Some (x/2) else None

match 4 with
| ``Thing with space`` _ -> "yes"
| _ -> "no"

image

For now should be displayed with backticks at least for consistency.

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

Successfully merging a pull request may close this issue.

1 participant