- 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.
If maybe is a Just, returns a Right with the same payload objects in the sense of eqv?; otherwise returns a Left of objs.