arrow-fx / arrow.fx.extensions / IOMonadError / just
open fun <A> just(a: A): IO<A>
open fun <A> just(a: A):
IO
<A>
Do you like Arrow?