You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using tuples is a nice way to model heterogeneous arrays in rescript, but so far they're not allowed in unboxed/untagged variants, even though they're compiled to regular arrays in js, and arrays are allowed in untagged variants.
It'd be cool to add tuples to the allowed types in untagged variants.