Effect CommunityEC
Effect Community2y ago
11 replies
Max Khramtsov

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
Was this page helpful?