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