Module Implements.Interface

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
  1. id : ('M, 'T) Identifier.t;
  2. targs : ('M, 'T) Type.TypeArgs.t option;
}