procedure-optargs-arglist

Name

procedure-optargs-arglist -- Return a list of the optargs keyword arguments for PROC.

Synopsis

(procedure-optargs-arglist proc)

Description

Return a list of the optargs keyword arguments for PROC. Returns #f if PROC was not defined using keyword or optional arguments (this includes procedures defined using standard . rest syntax). Otherwise returns a list such as '(foo #&optional bar). Note that these currently do not display in their expected format

Implementation Notes

Module: (app scwm reflection)

Defined in scheme/reflection.scm at line 112 (CVS log)