Pattern.RestElement
type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
argument: Pattern.t('M, 'T),
comments: option(Syntax.t('M, unit)),
};