mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
closure-conversion docstring tweak
* module/language/cps2/closure-conversion.scm (prune-free-vars): Fix docstring.
This commit is contained in:
parent
981802c4c2
commit
e9e6da1902
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ references."
|
|||
|
||||
(define (prune-free-vars free-vars bound->label well-known)
|
||||
"Given the label->bound-var map @var{free-vars}, remove free variables
|
||||
that are well-known functions with zero free variables, and replace
|
||||
that are known functions with zero free variables, and replace
|
||||
references to well-known functions with one free variable with that free
|
||||
variable, until we reach a fixed point on the free-vars map."
|
||||
(define (prune-free in-label free free-vars)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue