Module Type.Infer

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