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