Module Type.Infer

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