withError

context(raise: Raise<Error>)
inline fun <Error, OtherError, A> withError(transform: (OtherError) -> Error, block: context(Raise<OtherError>) () -> A): A