To flatten lens composition, you can prespecify the data
the lens with be applied to by constructing an objectoscope.
These can be integrated easily with normal data pipelines.
Usage
oscope(d, l = id_l)
Arguments
d
The data for interest
l
The lens to bind the data to. Defaults to the identity lens