procedure->string -- No documentation supplied.
interpret-as-procedure -- Return a procedure given its value, its symbol, or its name.
procedure-string->procedure -- Return a procedure given its name.
procedure-arity -- Return the arity values for PROC.
procedure-num-required-args -- Return the number of required arguments for PROC.
procedure-num-optional-args -- Return the number of optional arguments for PROC.
procedure-takes-rest-arg? -- Return #t iff PROC take a rest argument.
procedure-formals -- Return a list of the formal arguments for PROC.
procedure-required-formals -- Return a list of the required formal arguments for PROC.
procedure-optargs-arglist -- Return a list of the optargs keyword arguments for PROC.
procedure-keyword-formals -- Returns an a-list of the optargs keyword arguments and default values for PROC.
procedure-optional-formals -- Returns a list of the optional arguments for PROC.
apropos-internal-with-modules -- Return a list of accessible variable names and the modules they are defined in.
procedure-interactive-spec -- No documentation supplied.
procedure-is-interactive? -- Return #t iff PROC is interactive.
procedure-apropos-with-modules -- Returns a list of procedures that match RGX along with defined-in modules.
procedure-apropos -- Returns a list of procedures that match RGX.
interactive-procedure-apropos-with-modules -- Returns a list of procedures that match RGX and that can take no arguments.
interactive-procedure-apropos -- Returns a list of interactive procedures that match RGX.
context->brief-context -- No documentation supplied.
context->string -- No documentation supplied.
raw-binding->string -- No documentation supplied.
procedure->bindings-description -- No documentation supplied.