chickadee » srfi-189 » either->maybe

either->maybe eitherprocedure

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