So I'd do (s/def (with-gen (my-spec-here) (fn [] (something-using-test-check-functions))))
(s/def (with-gen (my-spec-here) (fn [] (something-using-test-check-functions))))
(s/def ::simple-row (with-gen (s/map-of ,,,) (fn [] (...)))) yup
(s/def ::simple-row (with-gen (s/map-of ,,,) (fn [] (...))))