Module EnumDeclaration.BooleanBody

type 'M t = {
  1. members : ('M BooleanLiteral.t, 'M) InitializedMember.t list;
  2. explicit_type : bool;
  3. has_unknown_members : bool;
  4. comments : ('M, 'M Comment.t list) Syntax.t option;
}
val pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
val show : (Format.formatter -> 'M -> unit) -> 'M t -> string