# File lib/type_checker.rb, line 187
        def process_arglist(exp)
                args = process_array exp
                args[0] = :arglist

                args
        end