We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
For now should be displayed with backticks at least for consistency.
The text was updated successfully, but these errors were encountered:
psfinaki
Successfully merging a pull request may close this issue.
Similar to #13593. Creating a separate issue so that we could have separate discussions about each case.
For now should be displayed with backticks at least for consistency.
The text was updated successfully, but these errors were encountered: