Type.Infer
type ('M, 'T) t = {
tparam : ('M, 'T) Type.TypeParam.t;
comments : ('M, unit) Syntax.t option;
}