Statement.DeclareVariable
type ('M, 'T) t = {
id : ('M, 'T) Identifier.t;
annot : ('M, 'T) Type.annotation;
kind : Variable.kind;
comments : ('M, unit) Syntax.t option;
}