Simplifying `Either.fold` with `Either.mapBoth` and `Either.merge`

is there an easier way to do an Either.fold (which doesn't seem to exist, unless it's been added since i upgraded) than by doing an Either.mapBoth followed by an Either.merge ?
Was this page helpful?