Closed
Description
We already have a type match Tuple.Map
.
We could also have:
-
Tuple.Fold
(Add Tuple match types #9217) -
Tuple.Filter
(Add Filter type to Tuple #9235) -
Tuple.FlatMap
(Add Tuple match types #9217)
We can take inspiration for the type matches we already have in Tuple. For example Size
is just a fold.