Join Slack
Powered by
what's an expedient way to go from `Validated<E...
# arrow
t
Tom Davis
01/27/2023, 2:29 AM
what's an expedient way to go from
Validated<E, Either<A, Validated<E, B>>>
to
Validated<E, Either<A, B>>
-- to lift the potential invalid value up from its
Either
?
2
Views
Open in Slack
Previous
Next