Closed elenam closed 8 years ago
This happens to all functions for which we have spec, but haven't overwritten the function itself.
(doc map)
still has the original metadata, including the name.
Need clojure.repl
to use doc
.
doc
doesn't help since we can't get a function name from the spec object. We would need to map names to objects and do a lookup.
Also doc
and source
print to the console, don't return anything. Thus we can't use them to get the function name.
gives an error