Exit<L, R> typedef

Exit<L, R> = Either<Cause<L>, R>

Implementation

typedef Exit<L, R> = Either<Cause<L>, R>;