procedure-formals

Name

procedure-formals -- Return a list of the formal arguments for PROC.

Synopsis

(procedure-formals proc)

Description

Return a list of the formal arguments for PROC. Works for both primitives and procedures. If PROC was created using an optargs *-format macro, this procedure will not provide much useful information. See instead procedure-keyword-arguments and procedure-optional-arguments.

Implementation Notes

Module: (app scwm reflection)

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