# File lib/typed_sexp_processor.rb, line 71
  def to_a
    result = super
    if defined?(@sexp_type) and not @sexp_type.nil? then
      result += [ @sexp_type ]
    end
    result
  end