mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
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).
This commit is contained in:
parent
1321a36ed6
commit
abd731fff7
1 changed files with 6 additions and 0 deletions
|
@ -1237,6 +1237,12 @@ The following syntax can be obtained with
|
||||||
(use-modules (srfi srfi-2))
|
(use-modules (srfi srfi-2))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
or alternatively
|
||||||
|
|
||||||
|
@lisp
|
||||||
|
(use-modules (ice-9 and-let-star))
|
||||||
|
@end lisp
|
||||||
|
|
||||||
@deffn {library syntax} and-let* (clause @dots{}) body @dots{}
|
@deffn {library syntax} and-let* (clause @dots{}) body @dots{}
|
||||||
A combination of @code{and} and @code{let*}.
|
A combination of @code{and} and @code{let*}.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue