Using `Match.type()` and `Match.tag()` with a Record for pattern matching
When using
Match.type(), it can be followed by Match.tag(..). I have a Record where each entry corresponds to the arguments of Match.tag(<key>, <value>). Is there something builtin to provide such an object to perform pattern matching for each entry?