Hi, wondering if anyone can help, is there an equi...
# arrow
d
Hi, wondering if anyone can help, is there an equivalent of Haskell's
>>
or
*>
in Arrow. E.g. for option I'm looking for a:
fun <B> ???(f: (A) -> OptionOf<B>): Option<A>
Or the idiomatic kotlin/arrow equivalent please? I feel I am missing something