(defn trace-indent "Returns an indentation string based on *trace-depth*" [] (apply str (take *trace-depth* (repeat "| "))))
Comments top
No comments for trace-indent. Log in to add a comment.