macro_rules! flow_ty {
(
$flow_type_id: ident,
$namespace: ident,
$flow_type_name_const: ident,
$flow_type_name: expr
) => { ... };
}
macro_rules! flow_ty {
(
$flow_type_id: ident,
$namespace: ident,
$flow_type_name_const: ident,
$flow_type_name: expr
) => { ... };
}