At the REPL, in 1.2.0-master

> (meta (second '(a #^b c)))
nil

In 1.1.0-new (and I believe all previous versions)

> (meta (second '(a #^b c)))
{:tag b}

Is this intentional, or a bug?  Is the new type hint syntax being
introduced in 1.2?

-- 
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

Reply via email to