Swapping Schema Direction: Transforming Secret Back to String
Is there a helper for swapping schema direction?
swap:: Schema<I, A> -> Schema<A, I> Use case: I need transform Secret back to string, but only Schema<string, Secret> exists