Expression.Arraytype element('M, 'T) = | Expression(Expression.t('M, 'T))| Spread(SpreadElement.t('M, 'T))| Hole('M);let pp_element:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
element('M, 'T) =>
unit;let show_element:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
element('M, 'T) =>
string;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;