<@U6ADZLRG9> I believe you just caught a bug in th...
# arrow
r
@benfleis I believe you just caught a bug in the implementation. That implementation should not delegate to
exists()
because if the
Option
is
None
it shold return
true
instead and that is not the behavior of
fold({ false }, { p(it) }