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

A code fix to change colon to equals in record bindings #15674

Open
Tracked by #15408
psfinaki opened this issue Jul 24, 2023 · 0 comments
Open
Tracked by #15408

A code fix to change colon to equals in record bindings #15674

psfinaki opened this issue Jul 24, 2023 · 0 comments
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics
Milestone

Comments

@psfinaki
Copy link
Member

Change this:

type Band = { Name : string }

let band = { Name : "New Order" }

to this:

type Band = { Name : string }

let band = { Name = "New Order" }

Originally posted by @0101 in #15456 (comment)

@github-actions github-actions bot added this to the Backlog milestone Jul 24, 2023
@psfinaki psfinaki added Area-LangService-CodeFixes Code fixes associated with diagnostics and removed Needs-Triage labels Jul 24, 2023
@psfinaki psfinaki mentioned this issue Jul 24, 2023
85 tasks
@psfinaki psfinaki assigned psfinaki and unassigned psfinaki Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics
Projects
Status: New
Development

No branches or pull requests

1 participant