ExportNamedDeclaration.ExportSpecifiertype ('M, 'T) t = 'M * ('M, 'T) t'and ('M, 'T) t' = {local : ('M, 'T) Identifier.t;exported : ('M, 'T) Identifier.t option;from_remote : bool;imported_name_def_loc : 'M option;}val 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