Module Type.TypeParam

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
  1. name : ('M, 'M) Identifier.t;
  2. bound : ('M, 'T) annotation_or_hint;
  3. variance : 'M Variance.t option;
  4. default : ('M, 'T) t option;
}