Hi,

Pleased to announce core.typed 0.2.14.

There are breaking changes in this release.

See the 
Changelog<https://github.com/clojure/core.typed/blob/master/CHANGELOG.md>for
the full list of changes.
See the Readme <https://github.com/clojure/core.typed/blob/master/README.md>for
dependency info.

Highlights:
* Heterogeneous vectors accept rest arguments
(ann my-first (All [x] ['[x Any *] -> x]))
; (cf (my-first [1 2 3 4 5]) Number)

* Type level Assoc
(ann (All [[x :< (Map Any Any)]]
       [x -> (Assoc x ':a Number)]))
(defn f [m] (assoc m :a 1))

; (cf (f {:b 2}) '{:a Number :b Number})

Please report/discuss issues to the core.typed mailing
list<https://groups.google.com/forum/?fromgroups#!forum/clojure-core-typed>,
Jira <http://dev.clojure.org/jira/browse/CTYP> or
#typed-clojure<http://logs.lazybot.org/irc.freenode.net/%23typed-clojure>on
Freenode.

Enjoy!
Ambrose

-- 
-- 
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/groups/opt_out.

Reply via email to