Unrelated other question: Is there an easier way to `Option.lift` an entire optic? I'm currently jus...
m
Unrelated other question: Is there an easier way to
Option.lift
an entire optic? I'm currently just lifting each function in an
Iso
individually, and it seems like that would be a useful function to have when creating lots of optics.
s
I'm not sure I understand your question correctly, could you share a code sippet with your use case?