In Clojure 1.5.0, how can I provide a custom pretty-printer for my own record type, defined with defrecord.(defrecord MyRecord [a b])(defmethod print-method ...
確定! 回上一頁