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