fix mangled keyword in coffitype->typename
This commit is contained in:
parent
78d39b1541
commit
cb3e62057f
1 changed files with 1 additions and 1 deletions
|
|
@ -1769,7 +1769,7 @@
|
||||||
::c-string 'String}]
|
::c-string 'String}]
|
||||||
(cond (and arr? raw?) (get array-types type 'objects)
|
(cond (and arr? raw?) (get array-types type 'objects)
|
||||||
(and arr?) `clojure.lang.IPersistentVector
|
(and arr?) `clojure.lang.IPersistentVector
|
||||||
:default (get single-types type (keyword (str *ns*) (str type))))))
|
:default (get single-types type type))))
|
||||||
|
|
||||||
(defn- coffitype->array-fn [type]
|
(defn- coffitype->array-fn [type]
|
||||||
(get
|
(get
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue