On Sat, Apr 7, 2012 at 11:41 AM, Steven Obua <ste...@obua.de> wrote: > ------------------------------------------------------------------------------------------------------------------------------(defrecord > M-Node [leaf content]) > > (def n (M-Node. false "")) > > (if (:leaf n) "boom" "ok") ;; returns "ok" > > (def n (load-node (store-node n))) ;; load-node and store-node are just > java serialization/deserialization > > Where is load-node coming from? It should be canonicalizing booleans when it deserializes, or else it's buggy.
-- 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