Tristan Blakers
08/07/2020, 4:51 AMEither<NonEmptyList<A>,List<B>>
But can't figure out the "arrow way" to partition List<Either<A,B>> but retain all data. e.g. into separate List<A> and List<B>, or alternatively a Tuple2<List<A>,List<B>>Tristan Blakers
08/07/2020, 4:55 AMJannis
08/07/2020, 6:30 AM