defer is being deprecated. Use resource DSL instead
import arrow.fx.coroutines.resource
resource { f().bind() }