Multiple Lens Transformations
Applies a sequence of lens-based transformations to the same data structure. Takes pairs of (lens, function).
data (Any): The input
structure.
… (Lens,): Function Sequence of
lens and transformation function pairs.
The final updated structure.