macro_rules! pos_zip_map {
    {
  $( $input:expr ),* => $closure:expr
} => { ... };
}