Fork me on GitHub
#clojure-spec
<
2021-05-07
>
Noah Bogart15:05:18

is it possible to take a function that creates a string and use it in/as a generator? converting the function to a generator would be impractical, if not outright impossible

Alex Miller (Clojure team)16:05:05

there is such a thing in test.chuck - generates string that match a regex

👍 2