Module JSX.Identifier

type ('M, 'T) t = 'T * 'M t'
and 'M t' = {
  1. name : string;
  2. comments : ('M, unit) Syntax.t option;
}
val pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t -> unit
val show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t -> string
val pp_t' : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t' -> unit
val show_t' : (Format.formatter -> 'M -> unit) -> 'M t' -> string