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 rule
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 ge