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