chickadee » srfi-189 » either->list-truth

maybe->list-truth maybeprocedure
either->list-truth eitherprocedure

If maybe/either is a Just/Right, returns a list whose elements are the payload; otherwise, returns #f. It is an error to mutate the result of this procedure, though this implementation can't enforce this requirement.