File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 152152 (print-ctor o #(print-sequential " [" print-dup " " " ]" %1 %2 ) w))
153153
154154(defmethod print-dup clojure.lang.IPersistentCollection [o, ^Writer w]
155- (print " ipcpd " )
156155 (print-meta o w)
157156 (.write w " #=(" )
158157 (.write w (.getName ^Class (class o)))
266265(defmethod print-dup java.math.BigDecimal [o w] (print-method o w))
267266(defmethod print-dup clojure.lang.BigInt [o w] (print-method o w))
268267(defmethod print-dup java.math.BigInteger [o w] (print-method o w))
269- (defmethod print-dup clojure.lang.PersistentHashMap [o w] (print " phmpd " ) ( print -method o w))
268+ (defmethod print-dup clojure.lang.PersistentHashMap [o w] (print-method o w))
270269(defmethod print-dup clojure.lang.PersistentHashSet [o w] (print-method o w))
271270(defmethod print-dup clojure.lang.PersistentVector [o w] (print-method o w))
272271(defmethod print-dup clojure.lang.LazilyPersistentVector [o w] (print-method o w))
You can’t perform that action at this time.
0 commit comments