melange.js_parser
MatchPattern.UnaryPattern
melange.belt
melange.dom
melange.js
melange.node
melange_ppx
type operator =
| Plus
| Minus
and 'M argument =
| NumberLiteral of 'M NumberLiteral.t
| BigIntLiteral of 'M BigIntLiteral.t
and 'M t = {
operator : operator;
argument : 'M * 'M argument;
comments : ('M, unit) Syntax.t option;
}
val pp_operator : Format.formatter -> operator -> unit
val show_operator : operator -> string
val pp_argument : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M argument -> unit
val show_argument : (Format.formatter -> 'M -> unit) -> 'M argument -> string
val pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
val show : (Format.formatter -> 'M -> unit) -> 'M t -> string