sequenceA package:basic-prelude

Evaluate each action in the structure from left to right, and and collect the results. For a version that ignores the results see sequenceA_.
Evaluate each action in the structure from left to right, and ignore the results. For a version that doesn't ignore the results see sequenceA.