-
Notifications
You must be signed in to change notification settings - Fork 250
Closed
Labels
syntaxRelated to syntax of `*.wit` files themselvesRelated to syntax of `*.wit` files themselves
Description
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.
peterhuene and nitsky
Metadata
Metadata
Assignees
Labels
syntaxRelated to syntax of `*.wit` files themselvesRelated to syntax of `*.wit` files themselves