diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-11-07 01:07:13 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-11-07 01:07:13 +0100 |
commit | 5a55faff82686e342de8c65db3a655d5d69d3557 (patch) | |
tree | fff36019198bb179fc982c710e8547dbe9cfa0f8 /implementation | |
parent | 216f352b3ac0c7f69b43b551d6db88608855dd5d (diff) | |
download | srfi-214-5a55faff82686e342de8c65db3a655d5d69d3557.tar.gz srfi-214-5a55faff82686e342de8c65db3a655d5d69d3557.tar.xz srfi-214-5a55faff82686e342de8c65db3a655d5d69d3557.zip |
rename library to (srfi 214)
Diffstat (limited to 'implementation')
-rw-r--r-- | implementation/flexvectors.sld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/flexvectors.sld b/implementation/flexvectors.sld index 4bc7da3..8526029 100644 --- a/implementation/flexvectors.sld +++ b/implementation/flexvectors.sld @@ -1,4 +1,4 @@ -(define-library (flexvectors) +(define-library (srfi 214) (export ; Constructors make-flexvector flexvector flexvector-unfold flexvector-unfold-right |