Module Type.IndexedAccess

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