1
Fork 0
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:
Andy Wingo 2015-07-15 15:15:41 +02:00
parent 981802c4c2
commit e9e6da1902

View file

@ -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)