EnumDeclaration.DefaultedMember
type t('M) = ('M, t'('M));
and t'('M) = {
id: Identifier.t('M, 'M),
};