Flow_ast.PrivateName
type t('M) = ('M, t'('M));
and t'('M) = {
name: string,
comments: option(Syntax.t('M, unit)),
};