# File lib/facets/more/lisp.rb, line 223
  def pairlis(l, m)
    zip(lambda { |x, y| cons(x, y) }, l, m)
  end