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