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