# File lib/facet/lisp.rb, line 310
  def link(lists)
    accumulate(lambda { |x, y| append(x, y) }, nil, lists)
  end