Skip to content

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

@psfinaki

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions