pub type ParameterList = Vec<(Loc, Option<Parameter>)>;
Type alias for a list of function parameters.
struct ParameterList { /* private fields */ }