Module Type.Interface

type t('M, 'T) = {
  1. body: ('M, Object.t('M, 'T)),
  2. extends: list(('M, Generic.t('M, 'T))),
  3. comments: option(Syntax.t('M, unit)),
};