Jonas fixes this in another branch

This commit is contained in:
Paul deGrandis 2012-03-09 14:34:26 -05:00
parent ffbb0da9d2
commit cd9f3016b0

View file

@ -11,7 +11,6 @@
(filter (complement ?pred) ?coll) (remove ?pred ?coll)
(filter #(not (?pred ?x)) ?coll) (remove ?pred ?coll)
;; anonymous functions
(fn ?args (?fun . ?args)) ?fun
(fn* ?args (?fun . ?args)) ?fun