Module EnumDeclaration.DefaultedMember

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