Module VariableDeclaration.Declarator

type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
  1. id: Pattern.t('M, 'T),
  2. init: option(Expression.t('M, 'T)),
};