fold

inline fun <E, V, A> Either<E, V>.fold(error: (E) -> A, value: (V) -> A): A