Module Component.Param

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