Class.Extends
type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
expr: Expression.t('M, 'T),
targs: option(Type.TypeArgs.t('M, 'T)),
comments: option(Syntax.t('M, unit)),
};