# File lib/facets/more/lisp.rb, line 312
  def sum(list)
    accumulate(lambda { |x, y| x + y }, 0, list)
  end