delete cruft

This commit is contained in:
Scott Richmond 2022-04-25 20:37:08 -04:00
parent 85a8e85799
commit cf7e739a93

View File

@ -10,7 +10,6 @@
(str "(" (apply str (into [] show-linear (next v))) ")") (str "(" (apply str (into [] show-linear (next v))) ")")
(str "[" (apply str (into [] show-linear v)) "]"))) (str "[" (apply str (into [] show-linear v)) "]")))
;; TODO:
(defn- show-map [v] (defn- show-map [v]
(cond (cond
(or (= (::data/type v) ::data/fn) (or (= (::data/type v) ::data/fn)