This is an example:


(contains? (set (range 100)) 10)))
(some #(= 10 %) (range 100))))

I would like some way to rule the order of the arguments.  For example
what - where.

contains? what where
some what where

I'm sure you can think some rules to cover many cases.  As I am not so
young, I'm getting fond of  rules to make life easier.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to