add missing func back

This commit is contained in:
2025-08-19 23:08:50 +02:00
parent c7a887b694
commit 1bb55f4d36

View File

@@ -9,5 +9,10 @@
(defn thought-impl-prop [operator]
(conj thought-impl-ns operator))
(def extension-ns (conj thought-ns :extends))
(defn extension-prop [stage]
(conj extension-ns stage))
(defn symbolize-ns [ns]
(str/join "." (map name ns)))