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