// I have
Either<Record<string, A>, E>
// I want to turn it inside out πΆ
Record<string, Either<A, E>>
// πΈπΆ Find nothing but faith in nothing
// ^ music jokes π
// I have
Either<Record<string, A>, E>
// I want to turn it inside out πΆ
Record<string, Either<A, E>>
// πΈπΆ Find nothing but faith in nothing
// ^ music jokes π