MatchPattern.WildcardPattern
type t('M) = {
comments: option(Syntax.t('M, unit)),
invalid_syntax_default_keyword: bool,
};
let pp: (Format.formatter => 'M => unit) => Format.formatter => t('M) => unit;
let show: (Format.formatter => 'M => unit) => t('M) => string;