EnumDeclaration.BooleanBodytype t('M) = {members: list(InitializedMember.t(BooleanLiteral.t('M), 'M)),explicit_type: bool,has_unknown_members: bool,comments: option(Syntax.t('M, list(Comment.t('M)))),};let pp: (Format.formatter => 'M => unit) => Format.formatter => t('M) => unit;let show: (Format.formatter => 'M => unit) => t('M) => string;