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