quicklisp-client
quicklisp-client copied to clipboard
Make sure every implementation-specific GF is exported and documented
In theory, Quicklisp can be ported to a new implementation of CL without modifying any of the Quicklisp sources by adding the appropriate methods to a handful of generic functions. However, not all of these generic functions are named by exported symbols, and not all of them have docstrings. Make sure that all of them are exported and documented.