This commit is contained in:
Jonas Enlund 2012-11-13 22:32:27 +02:00
parent 8b6988dc3a
commit a46caf6914
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
(defproject jonase/kibit "0.0.6"
(defproject jonase/kibit "0.0.7-SNAPSHOT"
:description "There's a function for that!"
:url "https://github.com/jonase/kibit"
:license {:name "Eclipse Public License - v 1.0"

View file

@ -42,8 +42,7 @@
[(logic/== expr (list 'fn* args (logic/llist fun args)))])
(logic/pred fun #(or (keyword? %)
(and (symbol? %)
(not= \. (first (str %)))
(not-any? #{\/} (str %)))))))
(not-any? #{\/ \.} (str %)))))))
#(logic/== % fun)])
;; Java stuff