Module Class.PrivateField

type ('M, 'T) t = 'T * ('M, 'T) t'
and ('M, 'T) t' = {
  1. key : 'M PrivateName.t;
  2. value : ('M, 'T) Property.value;
  3. annot : ('M, 'T) Type.annotation_or_hint;
  4. static : bool;
  5. variance : 'M Variance.t option;
  6. comments : ('M, unit) Syntax.t option;
}