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