Let's say I have 2 classes A & B, with fields ...
# arrow
j
Let's say I have 2 classes A & B, with fields of the same name but different types. For each field I have an Iso from one type to the other. Is there an easy/concise way to turn those into an Iso<A, B>?
s
There is no out-of-the-box mechanism for this, and I think it would be hard to generically encode such a method 🤔