# File lib/sexp.rb, line 78
  def array_type?
    type = self.first
    @@array_types.include? type
  end