package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module ExportSpecifier : sig ... end
module ExportBatchSpecifier : sig ... end
type ('M, 'T) t = {
  1. declaration : ('M, 'T) Statement.t option;
  2. specifiers : ('M, 'T) specifier option;
  3. source : ('T * 'M StringLiteral.t) option;
  4. export_kind : Statement.export_kind;
  5. comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) specifier =
  1. | ExportSpecifiers of ('M, 'T) ExportSpecifier.t list
  2. | ExportBatchSpecifier of ('M, 'T) ExportBatchSpecifier.t