Given a sequence of as, combine them and return the total.
as
If the sequence is empty, returns None. Otherwise, returns Some(total).