Module EnumDeclaration.InitializedMember

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