Expression.Sequence
type t('M, 'T) = {
expressions: list(Expression.t('M, 'T)),
comments: option(Syntax.t('M, unit)),
};