Dumb, almost certainly already-asked question… `Op...
# arrow
b
Dumb, almost certainly already-asked question…
Option.forall(p) = exists(p) = fold({ false }, { p(it) }
— is this the normal definition? I had always understood
all(<empty>) → true
, and likewise
any(<empty>) → false
.