Skip to content

separate let/set defaults by fallible/infallible status #2072

@andrew4328

Description

@andrew4328
(x, y) = (1, 2)
# is infallible so set is the default

match (1, 2) {
   (x, y) => ();
   # is fallible, so let is the default
}

currently this is aligned with most common patterns, but really they should be separated cleanly for maintenance sanity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions