Hi! I am trying to write a single function for bot...
# arrow
g
Hi! I am trying to write a single function for both
EitherPartialOfNel<E>
,
ValidatedPartialOfNel<E>
but am stuck with this error (As both classes are typealiases from Kind<F, E>). Can you pls help if there is any other way? Thanks! Cc: @raulraja ```