Statement.ForIntype t('M, 'T) = {left: left('M, 'T),right: Expression.t('M, 'T),body: Statement.t('M, 'T),each: bool,comments: option(Syntax.t('M, unit)),};and left('M, 'T) = | LeftDeclaration(('M, VariableDeclaration.t('M, 'T)))| LeftPattern(Pattern.t('M, 'T));let pp:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
t('M, 'T) =>
unit;let show:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
t('M, 'T) =>
string;let pp_left:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
left('M, 'T) =>
unit;let show_left:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
left('M, 'T) =>
string;