Statement.ExportDefaultDeclarationtype ('M, 'T) t = {default : 'T;declaration : ('M, 'T) declaration;comments : ('M, unit) Syntax.t option;}and ('M, 'T) declaration = | Declaration of ('M, 'T) Statement.t| Expression of ('M, 'T) Expression.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_declaration :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) declaration ->
unitval show_declaration :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) declaration ->
string