If.Alternate
type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
body: Statement.t('M, 'T),
comments: option(Syntax.t('M, unit)),
};