Module Statement.DeclareVariable

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