Hi all, quick question: Is there a function somewh...
# arrow
n
Hi all, quick question: Is there a function somewhere in arrow core for turning List<A?> into List<A>? (Or something similar for Option)? In Haskell, I'd use sequence for this.
s