melange.js_parser
Flow_ast.PrivateName
melange.belt
melange.dom
melange.js
melange.node
melange_ppx
type 'M t = 'M * 'M t'
and 'M t' = {
name : string;
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