Module EnumDeclaration.InitializedMember

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