mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
(SRFI-0): Add srfi-6 to the identifiers provided by default.
This commit is contained in:
parent
4d13c543b9
commit
1d88a777b1
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ implementation-dependent operations, such as @code{use-modules} in
|
|||
Guile. Thus, it is not necessary to use any module to get access to
|
||||
this form.
|
||||
|
||||
Currently, the feature identifiers @code{guile}, @code{r5rs} and
|
||||
@code{srfi-0} are supported. The other SRFIs are not in that list by
|
||||
Currently, the feature identifiers @code{guile}, @code{r5rs}, @code{srfi-0} and
|
||||
@code{srfi-6} are supported. The other SRFIs are not in that list by
|
||||
default, because the SRFI modules must be explicitly used before their
|
||||
exported bindings can be used.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue