On 13.11.2009, at 17:11, Rich Hickey wrote:

> On Nov 13, 10:42 am, Sean Devlin <francoisdev...@gmail.com> wrote:
>> Would the following be possible:
>>
>> (defprotocol AProtocol :on AnInterface
>>   "A doc string for AProtocol abstraction"
>>   (bar "bar docs" [a b] :on barMethod)
>>   (baz "baz docs" ([a] [a b] [a b &amp; c])))
>>
>> This matches the rhythm of the rest of the language.
>
> It does. I'm still on the fence about it. What do others think?
I'd prefer the doc string right after the function name, as in other  
situations, but it's not important enough that I'd argue for it at any  
length.

Konrad.

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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