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