Skip to content

allow member access of tuples with named fields #101

@raffopazzo

Description

@raffopazzo

Given x of type (bool_t a, i32_t b) the expressions x.a and x.b are rejected with the following error:

invalid member access on value of type (bool_t a, i32_t b)

It might be helpful to allow access by member name in cases like this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions