Fork me on GitHub
#clojure-spec
<
2020-02-15
>
ikitommi07:02:23

There is also spec-tools, which has a wrapper record for specs, which can hold extra (meta-)data.

Eddie20:02:04

Does anybody know of a java-time LocalDate generator? My search came up empty.. I am fine with implementing my own, but it seems like something that probably exists.

dominicm21:02:13

I used a few number generators.

dominicm21:02:23

Using gen/let

Eddie18:02:28

Thanks, thats what I ended up doing. :thumbsup: