type_exp_list Production

Definition

type_exp_list : type_exp_list , type_exp
              | type_exp

Purpose

A type_exp_list is a comma-separated sequence of one or more type_exps.