Matching Tuples with Match in Effect Typescript
Does Match have a way to match tuples? I have a type
["a"] | ["a", string] | ["a", string, "b"] that I'd like to match each of.