Module Flow_ast.PrivateName

type 'M t = 'M * 'M t'
and 'M t' = {
  1. name : string;
  2. comments : ('M, unit) Syntax.t option;
}
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