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