interactive-procedure-apropos-with-modules

Name

interactive-procedure-apropos-with-modules -- Returns a list of procedures that match RGX and that can take no arguments.

Synopsis

(interactive-procedure-apropos-with-modules rgx)

Description

Returns a list of procedures that match RGX and that can take no arguments. I.e., they are interactive procedures useful for bindings. The returned list contains pairs (modulesym . procsym)

Implementation Notes

Module: (app scwm reflection)

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