succeed<A> static method
Creates a successful exit with the given value
Implementation
static Exit<A, Never> succeed<A>(A value) => Success(value);
Creates a successful exit with the given value
static Exit<A, Never> succeed<A>(A value) => Success(value);