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