Function.ThisParam
type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
annot : ('M, 'T) Type.annotation;
comments : ('M, unit) Syntax.t option;
}