Module Component.Param

type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
  1. name: Statement.ComponentDeclaration.Param.param_name('M, 'T),
  2. annot: Type.annotation('M, 'T),
  3. optional: bool,
};