MatchPattern.AsPatternand t('M, 'T) = {pattern: MatchPattern.t('M, 'T),target: target('M, 'T),comments: option(Syntax.t('M, unit)),};let pp_target:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
target('M, 'T) =>
unit;let show_target:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
target('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;