guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-11-276-g1


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-276-g172988e
Date: Fri, 27 Aug 2010 16:15:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=172988eeb4445ca5408be55a9888f7c2d59a316b

The branch, master has been updated
       via  172988eeb4445ca5408be55a9888f7c2d59a316b (commit)
      from  6832604efa0f175a70be700624c365547fb27878 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 172988eeb4445ca5408be55a9888f7c2d59a316b
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 27 09:16:44 2010 -0700

    fix <letrec> docs
    
    * doc/ref/compiler.texi (Tree-IL): Fix docs for external representation
      of letrec. Thanks to No Itisnt.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/compiler.texi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi
index 494a676..b3a1dc6 100644
--- a/doc/ref/compiler.texi
+++ b/doc/ref/compiler.texi
@@ -442,7 +442,8 @@ original binding names, @var{gensyms} are gensyms 
corresponding to the
 @var{exp} is a single Tree-IL expression.
 @end deftp
 @deftp {Scheme Variable} <letrec> in-order? src names gensyms vals exp
address@hidden {External Representation} (letrec @var{in-order?} @var{names} 
@var{gensyms} @var{vals} @var{exp})
address@hidden {External Representation} (letrec @var{names} @var{gensyms} 
@var{vals} @var{exp})
address@hidden {External Representation} (letrec* @var{names} @var{gensyms} 
@var{vals} @var{exp})
 A version of @code{<let>} that creates recursive bindings, like
 Scheme's @code{letrec}, or @code{letrec*} if @var{in-order?} is true.
 @end deftp


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]