1
Fork 0
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:
Martin Grabmüller 2001-05-23 05:04:55 +00:00
parent d579d1652d
commit 1b2f40b9f1
13 changed files with 84 additions and 117 deletions

View file

@ -21,3 +21,5 @@
:use-module (ice-9 and-let-star))
(export-syntax and-let*)
(cond-expand-provide (current-module) '(srfi-2))