| function | since v0.0-3208 | Edit |
(remove-ns ns)(remove-ns state ns)Removes the namespace named by the symbol.
(defn remove-ns
([ns]
(remove-ns env/*compiler* ns))
([state ns]
{:pre [(symbol? ns)]}
(swap! state update-in [::ana/namespaces] dissoc ns)))