Hi.
I'm just wondering wether it's a feature or a bug:
(if (= (meta (with-meta [] {:test-key true}))
(meta #^{:test-key true} []))
"same"
"not same")
=>
"not same"
This behaviour is repeatable for empty lists, vectors and maps. Is
this intentional? Nonempty collections work as expected.
Tomasz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---