ior

inline fun <Error, A> ior(noinline combineError: (Error, Error) -> Error, block: context(IorRaise<Error>) () -> A): Ior<Error, A>