Creating a Schema Transformation Between Two Types
Is there a way to create a transformation between the Types of two schemas?
Put another way, given the following definitions
Is there a neat way I can create a
As I understand, a regular transformation would be
Put another way, given the following definitions
Is there a neat way I can create a
Schema<B, A>?As I understand, a regular transformation would be
Schema<B, I>.