Module Statement.OpaqueType

type t('M, 'T) = {
  1. id: Identifier.t('M, 'T),
  2. tparams: option(Type.TypeParams.t('M, 'T)),
  3. impltype: option(Type.t('M, 'T)),
  4. supertype: option(Type.t('M, 'T)),
  5. comments: option(Syntax.t('M, unit)),
};