Module Statement.While

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