How would I type a function that unwraps each value of a tuple, to then return a tuple of the unwrapped values?
Given I have a type Validated
with the following form:
How would I type a function that unwraps each value of a tuple, to then return a tuple of the unwrapped values?
Given I have a type Validated
with the following form: