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=abd731fff772624f54cdf69597b4cf36df9ae0e4 The branch, stable-2.0 has been updated via abd731fff772624f54cdf69597b4cf36df9ae0e4 (commit) from 1321a36ed61deb9431b41768dc92cb7230c9afa1 (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 abd731fff772624f54cdf69597b4cf36df9ae0e4 Author: Noah Lavine <[email protected]> Date: Sat Jun 30 08:42:44 2012 -0400 Document (ice-9 and-let-star) * doc/ref/srfi-modules.texi: note that (srfi srfi-2) is the same as (ice-9 and-let-star). ----------------------------------------------------------------------- Summary of changes: doc/ref/srfi-modules.texi | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index fdc316f..7e7d658 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -1237,6 +1237,12 @@ The following syntax can be obtained with (use-modules (srfi srfi-2)) @end lisp +or alternatively + +@lisp +(use-modules (ice-9 and-let-star)) +@end lisp + @deffn {library syntax} and-let* (clause @dots{}) body @dots{} A combination of @code{and} and @code{let*}. hooks/post-receive -- GNU Guile
