//arrow-core/arrow.core/Eval/coflatMap
common inline fun <B> coflatMap(crossinline f: (Eval<A>) -> B): Eval<B>
Do you like Arrow?