Clojure 1.9.0-alpha13 is now available.

Try it via

- Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha13
- Leiningen: [org.clojure/clojure "1.9.0-alpha13"]

1.9.0-alpha13 includes the following changes since 1.9.0-alpha12:

- s/conform of nilable was always returning the passed value, not the 
conformed value
- s/nilable now creates a generator that returns nil 10% of the time 
(instead of 50% of the time)
- s/nilable now delays realizing the predicate spec until first use (better 
for creating recursive specs)
- clojure.spec.gen now provides a dynload version of 
clojure.test.check.generators/frequency

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to