What is `Const`? Why is `Vs...` unused? The refined concept only takes 1 argument. Presumably, `Const` came from a copy-pasted _`maybe-const`_`<Const, First>`. That'd explain the extra closing `>`. Considering the name of the concept and how it's used, this should be: ```suggestion (@\exposconcept{cartesian-product-common-arg}@<First> && ... && @\exposconcept{cartesian-product-common-arg}@<Vs>); ``` _Originally posted by @JohelEGP in https://github.com/cplusplus/draft/pull/5647#discussion_r929081572_