chickadee » srfi-189 » maybe->either

maybe->either maybe obj ...procedure

If maybe is a Just, returns a Right with the same payload objects in the sense of eqv?; otherwise returns a Left of objs.