Statement.Expression
type t('M, 'T) = {
expression: Expression.t('M, 'T),
directive: option(string),
comments: option(Syntax.t('M, unit)),
};