Flow_ast.Patternmodule RestElement: { ... };module Object: { ... };module Array: { ... };module Identifier: { ... };type t('M, 'T) = ('T, t'('M, 'T));and t'('M, 'T) = | Object(Object.t('M, 'T))| Array(Array.t('M, 'T))| Identifier(Identifier.t('M, 'T))| Expression(Expression.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_t':
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
t'('M, 'T) =>
unit;let show_t':
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
t'('M, 'T) =>
string;