macro_rules! gen_match_continuation_apply {
($mapper:expr; $(($value:expr, $spec_value:expr, $combinator:expr),)* (, $last_combinator:expr)) => { ... };
}
macro_rules! gen_match_continuation_apply {
($mapper:expr; $(($value:expr, $spec_value:expr, $combinator:expr),)* (, $last_combinator:expr)) => { ... };
}