# File lib/facets/more/lisp.rb, line 169
  def atom?(x)
    not pair?(x) || null?(x)
  end