Skip to content

Syntax for tuples #216

@alexcrichton

Description

@alexcrichton

Right now the syntax for tuples is tuple<A, B, C>, but the only reason for this was to disambiguate the multi-value returns we originally had which had the shape -> (A, B, C). It's probably worth revisiting this decision and considering (A, B, C) for tuples now instead of the tuple<...> syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    syntaxRelated to syntax of `*.wit` files themselves

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions