type->str

functionsince v0.0-1859Edit
(type->str ty)

Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn type->str [ty]
  (if-let [s (.-cljs$lang$ctorStr ty)]
    s
    (str ty)))