Module ExportNamedDeclaration.ExportSpecifier

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
  1. local : ('M, 'T) Identifier.t;
  2. exported : ('M, 'T) Identifier.t option;
  3. from_remote : bool;
  4. imported_name_def_loc : 'M option;
}
val pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t -> unit
val show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t -> string
val pp_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t' -> unit
val show_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t' -> string