Fork me on GitHub
#clojure-spec
<
2016-07-03
>
Alex Miller (Clojure team)14:07:53

This is explained in the generators with s/and section in http://clojure.org/guides/spec

Alex Miller (Clojure team)14:07:18

You should probably also look at s/int-in for int ranges with gen support

bhauman21:07:51

I'm curious if it's an eventual goal to make explain's :in path work with core functions like get-in? Right now the spec'ing of maps as a sequential collection via (every (tuple k? v?)) is causing some ambiguity in the :in path.