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