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