Class.Implements
module Interface : sig ... end
type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
interfaces : ('M, 'T) Interface.t list;
comments : ('M, unit) Syntax.t option;
}