Statement.With
type t('M, 'T) = {
_object: Expression.t('M, 'T),
body: Statement.t('M, 'T),
comments: option(Syntax.t('M, unit)),
};