-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define Tuple type #54
Comments
The tuple type kind is honestly rather odd and isn't something I'd generally expect folks to write in a type constraint... it's mainly there to fill in the missing spot that made our type system not a superset of JSON's, and used in dynamically-typed situations like the argument to We did still include type constraint syntax for it in the language, more for completeness than anything else, and a similar "completeness" argument could apply here too, but I'd guess it's more likely that tuples will appear mainly as part of arguments that are dynamically-typed and so provider code will probably end up converting it immediately to |
We're going to close this for now. If there's a need for tuples at some point in the future, please create a new issue with the use case. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Implementation similar to @bflad 's
Set
type. Can't do this in SDKv2, but parity w/ protocol.The text was updated successfully, but these errors were encountered: