magic
magic copied to clipboard
Support constructor literals
As documented here:
(defrecord Chum [a b c])
#user.Chum[1 "2" :three]
#user.Chum{:a 1 :b "2" :c :three}
#System.DateTime[90]
#System.Version[1 3 4]