From 00ee208d3ff194531576fa20e3cb0a4cd3bb5320 Mon Sep 17 00:00:00 2001 From: "Adam R. Nelson" Date: Thu, 11 Mar 2021 22:47:35 -0500 Subject: more documentation fixes --- README.org | 2 +- srfi-214.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 62d5923..42beee2 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ This repository hosts [[https://srfi.schemers.org/srfi-214/][SRFI 214]]: Flexvec This SRFI is in /draft/ status. -See also [[https://srfi.schemers.org/srfi-10/][SRFI 10: #, external form]], [[https://srfi.schemers.org/srfi-117/][SRFI 117: Queues based on lists]], [[https://srfi.schemers.org/srfi-125/][SRFI 125: Intermediate hash tables]], [[https://srfi.schemers.org/srfi-133/][SRFI 133: Vector Library (R7RS-compatible)]], [[https://srfi.schemers.org/srfi-134/][SRFI 134: Immutable Deques]], and [[https://srfi.schemers.org/srfi-158/][SRFI 158: Generators and Accumulators]]. +See also [[https://srfi.schemers.org/srfi-117/][SRFI 117: Queues based on lists]], [[https://srfi.schemers.org/srfi-125/][SRFI 125: Intermediate hash tables]], [[https://srfi.schemers.org/srfi-133/][SRFI 133: Vector Library (R7RS-compatible)]], [[https://srfi.schemers.org/srfi-134/][SRFI 134: Immutable Deques]], and [[https://srfi.schemers.org/srfi-158/][SRFI 158: Generators and Accumulators]]. The full documentation for this SRFI can be found in the [[https://srfi.schemers.org/srfi-214/srfi-214.html][SRFI Document]]. diff --git a/srfi-214.html b/srfi-214.html index 2341c60..9c4af53 100644 --- a/srfi-214.html +++ b/srfi-214.html @@ -400,7 +400,7 @@ zot

(generator->flexvector gen)

Creates a flexvector containing all elements produced by the SRFI 158 generator gen.

Implementation

-

A sample implementation is available on GitHub. The sample implementation supports Gauche, Sagittarius, and Chibi, and includes a test suite.

+

A sample implementation is available on GitHub. The sample implementation supports Gauche, Sagittarius, and Chibi, and includes a test suite.

Acknowledgements

Thanks to the authors of SRFI 133 (John Cowan, and, transitively, Taylor Campbell), on whose work this SRFI is based. Much of the language in this SRFI was copied directly from 133 with only minor changes.

-- cgit 1.4.1