Module Statement.ExportDefaultDeclaration

type ('M, 'T) t = {
  1. default : 'M;
  2. declaration : ('M, 'T) declaration;
  3. comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) declaration =
  1. | Declaration of ('M, 'T) Statement.t
  2. | Expression of ('M, 'T) Expression.t