Skip to content

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

Description

@psfinaki

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions