Statement.VariableDeclaration
module Declarator : sig ... end
type ('M, 'T) t = {
declarations : ('M, 'T) Declarator.t list;
kind : kind;
comments : ('M, unit) Syntax.t option;
}
and kind =
| Var
| Let
| Const