Module EnumDeclaration.DefaultedMember

type 'M t = 'M * 'M t'
and 'M t' = {
  1. id : ('M, 'M) Identifier.t;
}
val pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
val show : (Format.formatter -> 'M -> unit) -> 'M t -> string
val pp_t' : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t' -> unit
val show_t' : (Format.formatter -> 'M -> unit) -> 'M t' -> string