Module Type.IndexedAccess

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