Looking forward to the union types. But the semant...
# arrow
t
Looking forward to the union types. But the semantics of Validated are different than that of Either, so how can Union replace both?
r
We are still exploring but basically Validated only offers over Either the ability to accumulate errors and if Either is assimilated as a union and so is validated, error accumulation can happen without short circuiting in the environments by adding a an api to the union that allows independent validation and error accumulation