Hi,

Am 08.08.2009 um 07:36 schrieb Sean Devlin:

In my opinion, flatten to behave more like this:

http://gist.github.com/164291

May I ask a stupid question?

What is the use of this case:

        [:a 1 2 :b 3] {:a [1 2] :b 3}

Wouldn't it be more useful to flatten
only depending on the outermost type?

        [:a [1 2] :b 3] {:a [1 2] :b 3}
        [:a :b {:foo :bar}] #{#{:a :b} #{{:foo :bar}}}

Sincerely
Meikel

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

Reply via email to