Referring to this syntax: ``` scala import cats.implicits._ (Option(2), Option(3)).map2(_ + _) ``` - [ ] No `Unapply` - [ ] Should this be under `cats.syntax.tuple` as it currently is or `cats.syntax.apply`? - [ ] Deprecate/remove CartesianBuilder syntax