(defn print-part-to-string [value] (let [s (inspectee-title value) pos (position #{value} @*inspector-history*)] (if pos (str "#" pos "=" s) s)))
Comments top
No comments for print-part-to-string. Log in to add a comment.