either

inline fun <E, A> either(block: Raise<E>.() -> A): Either<E, A>