ns comment
This commit is contained in:
parent
3770f16ebd
commit
ce93336731
|
@ -1,4 +1,5 @@
|
||||||
(ns clj-jtwig.convert)
|
(ns clj-jtwig.convert
|
||||||
|
"functions for converting data types both ways between clojure and java")
|
||||||
|
|
||||||
(defprotocol JavaToClojure
|
(defprotocol JavaToClojure
|
||||||
(to-clojure [x]))
|
(to-clojure [x]))
|
||||||
|
|
Reference in a new issue