summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-71.scm
AgeCommit message (Collapse)AuthorFilesLines
2018-08-07Make srfi-71 visible through 'cond-expand'.Mark H Weaver1-0/+2
This is a followup to commit eb90831ce81bcb85ae96d27011ebe71955cdf75d. * module/srfi/srfi-71.scm: Add missing 'cond-expand-provide'.
2018-08-07Add SRFI 71: Extended LET-syntax for multiple values.Christopher Allan Webber1-0/+265
* module/srfi/srfi-71.scm: New file. * module/srfi/Makefile.am: Add it. * doc/ref/srfi-modules.texi: Document it. * NEWS: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>