Extract the Right values
Iterable<B> rights() => whereType<Right<A, B>>().map((e) => e.getR((_) => throw 'Unreachable'));