# File lib/facets/more/lisp.rb, line 130
  def consonto(cdr, car)
    DottedPair.new(car, cdr)
  end