Transform between schemas: A Manual Approach
If I had
Maybe I'm overthinking and should just do
Schema<EI, EA> and Schema<RI, RA> , is it possible to achieve RI -> RA -> EA transformation? As i gather, transform will have me doing RI -> RA -> EI -> EA Maybe I'm overthinking and should just do
flow(encodeR, (RA) -> EA) manually