arrow
arrow copied to clipboard
[Documentation bug] >> is replaced by »
On https://arrow-kt.io/docs/apidocs/arrow-core/arrow.core/-ior/
you have Either<Either<A,B>, Pair<A,B»
that should be Either<Either<A,B>, Pair<A,B>>