mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* README: Update, document available SRFIs.
* srfi-19.scm, srfi-17.scm, srfi-16.scm, srfi-14.scm, srfi-13.scm, srfi-11.scm, srfi-10.scm, srfi-9.scm, srfi-8.scm, srfi-6.scm, srfi-2.scm: Use `cond-expand-provide' for providing features to `cond-expand'.
This commit is contained in:
parent
d579d1652d
commit
1b2f40b9f1
13 changed files with 84 additions and 117 deletions
|
@ -20,6 +20,8 @@
|
|||
(define-module (srfi srfi-11)
|
||||
:use-module (ice-9 syncase))
|
||||
|
||||
(cond-expand-provide (current-module) '(srfi-11))
|
||||
|
||||
;;;;;;;;;;;;;;
|
||||
;; let-values
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue