Flow_ast.ModuleRefLiteraltype t('M, 'T) = {value: string,require_loc: 'M,def_loc_opt: option('M),prefix_len: int,raw: string,comments: option(Syntax.t('M, unit)),};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;