Module Expression.Sequence

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