ObjectPattern.Propertytype ('M, 'T) key = | StringLiteral of 'M * 'M StringLiteral.t| NumberLiteral of 'M * 'M NumberLiteral.t| BigIntLiteral of 'M * 'M BigIntLiteral.t| Identifier of ('M, 'T) Identifier.tand ('M, 'T) property = {key : ('M, 'T) key;pattern : ('M, 'T) MatchPattern.t;shorthand : bool;comments : ('M, unit) Syntax.t option;}and ('M, 'T) t = 'M * ('M, 'T) t'val pp_key :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) key ->
unitval show_key :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) key ->
stringval pp_property :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) property ->
unitval show_property :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) property ->
stringval pp :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t ->
unitval show :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t ->
stringval pp_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t' ->
unitval show_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t' ->
string