Statement.ExportNamedDeclarationmodule ExportSpecifier : sig ... endmodule ExportBatchSpecifier : sig ... endtype ('M, 'T) t = {declaration : ('M, 'T) Statement.t option;specifiers : ('M, 'T) specifier option;source : ('T * 'M StringLiteral.t) option;export_kind : Statement.export_kind;comments : ('M, unit) Syntax.t option;}and ('M, 'T) specifier = | ExportSpecifiers of ('M, 'T) ExportSpecifier.t list| ExportBatchSpecifier of ('M, 'T) ExportBatchSpecifier.tval 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_specifier :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) specifier ->
unitval show_specifier :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) specifier ->
string