I don't know how to submit a bug report, surely not as easy as just
mentioning it here -

Logically, and according to the descriptive part of the docstring, partial
should work with zero args, although according to the signature
specifrication part of the docstring, you would expect it to throw an arity
exeception (which it does):

((partial *) 6 7)
ArityException Wrong number of args (1) ...

You probably wouldn't explicitly decide to use partial this way, but the
usage might come about unintended in the expansion of a macro, e. g.
(partial ~fcn ~@arg-list)

Regards,
Jim

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