ns comment

This commit is contained in:
Gered 2014-03-02 10:17:42 -05:00
parent 3770f16ebd
commit ce93336731

View file

@ -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
(to-clojure [x]))