Pattern.Arraymodule Element : sig ... endtype ('M, 'T) element = | Element of ('M, 'T) Element.t| RestElement of ('M, 'T) RestElement.t| Hole of 'Mand ('M, 'T) t = {elements : ('M, 'T) element list;annot : ('M, 'T) Type.annotation_or_hint;comments : ('M, 'M Comment.t list) Syntax.t option;}val pp_element :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) element ->
unitval show_element :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) element ->
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