:: [IO a] -> IO [a] -package:base -package:hledger-lib package:mixed-types-num

Evaluate each action in the structure from left to right, and collect the results. For a version that ignores the results see sequenceA_.
Evaluate each monadic action in the structure from left to right, and collect the results. For a version that ignores the results see sequence_.