Pattern.ObjectSourcetype ('M, 'T) property = | Property of ('M, 'T) Property.t| RestElement of ('M, 'T) RestElement.tand ('M, 'T) t = {properties : ('M, 'T) property list;annot : ('M, 'T) Type.annotation_or_hint;comments : ('M, 'M Comment.t list) Syntax.t option;}val 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 ->
string