Single do removal rule

This commit is contained in:
Paul deGrandis 2012-03-09 09:07:19 -05:00
parent 8287f276d7
commit 2c8d8be2d8

View file

@ -11,9 +11,13 @@
(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
;;do
(do ?x) ?x
})
(comment