Skip to content

Commit d7c8382

Browse files
committed
Make add-type-alias public.
1 parent 36f2f6e commit d7c8382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clojure/Clojure.Source/clojure/core_clr.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
(catch Exception _ false)) ;;; Throwable
389389
`(do ~@body)))
390390
391-
(defn- add-type-alias
391+
(defn add-type-alias
392392
([sym type] (add-type-alias sym type *ns*))
393393
([^clojure.lang.Symbol sym ^Type type ^clojure.lang.Namespace ns]
394394
;; TODO: check for symbol error: bad characters, overwriting built-ins, etc.

0 commit comments

Comments
 (0)