Ive recently started type hinting - however, when I have a record of, lets say type A, and then i change the definition of record A, all functions which have type hinted A now fail when i pass in the old A records that i have already defined (cannot cast from type A to type A is the error message)- is this an expected behavior?
-- 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