On Feb 26, 2009, at 3:57 PM, camponoblanco wrote:

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.

This previous discussion may be helpful:

http://groups.google.com/group/clojure/browse_frm/thread/8b2c8dc96b39ddd7?tvc=1&q=order+of+arguments

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to