Statement.If
module Alternate : sig ... end
type ('M, 'T) t = {
test : ('M, 'T) Expression.t;
consequent : ('M, 'T) Statement.t;
alternate : ('M, 'T) Alternate.t option;
comments : ('M, unit) Syntax.t option;
}