chickadee » srfi-189 » maybe-for-each

maybe-for-each proc maybeprocedure
either-for-each proc eitherprocedure

If maybe/either is a Just/Right, applies proc to the payload values and discards the result; otherwise does nothing. Returns an unspecified result.