Could we ever merge Ior and Either together so tha...
# arrow-contributors
y
Could we ever merge Ior and Either together so that
Left
and
Right
is valid for both? As in
Either <: Ior
,
Left <: Either
,
Right <: Either
,
Both <: Ior
I think about that whenever I have to import
Left
and
Right
lol! Also, I know Ior isn't used much, but that feels like an even stronger reason to do this. There may be some conflicts. It'd definitely be a breaking change of course, so only for Arrow 3.