Umm, i think this is frequently asked: ```option.f...
# arrow
j
Umm, i think this is frequently asked:
Copy code
option.fold({ IO.just(Option.empty())}, { it.map { v -> Option.just(v) }})
Nicer way to write this?