EnumDeclaration.NumberBody
type 'M t = {
members : ('M NumberLiteral.t, 'M) InitializedMember.t list;
explicit_type : bool;
has_unknown_members : bool;
comments : ('M, 'M Comment.t list) Syntax.t option;
}