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