(index ("introspect" 0))
(def (sig (procedure "(introspect #!optional mod) => list of symbols" (id introspect))) (p "When called without arguments, return a list with all symbols in the environment.  If given a module name (a symbol), return a list of symbols exported by the given module."))
