<@U0RM4EPC7> i think you are correct that somethin...
# arrow
j
@simon.vergauwen i think you are correct that something jumped out of scope (like my attention) when i was adding fold inline. that bug aside i think i was more worried about how to make Either.Right(foo) per the examples... did not have success adding "Either.Right(foo)" assignments and the only thing close was foo.right(foo) (looks like multiple arity options here.) foo.right() or right(foo) appear to build a one-sided Either like an Option with None. i haven't fixed up all my unit tests since cutting the source code in half this way. I don't know if manual casting will erase the unused left half of Either<None,Array<Any?>> when im casting it as Either<Flow<Any?>,Array<Any?>>