diff options
| author | 2022-12-10 18:33:15 -0800 | |
|---|---|---|
| committer | 2022-12-10 18:33:15 -0800 | |
| commit | 7b9a146a8c0b0b8b11f5262483c9edfccfe18c20 (patch) | |
| tree | e2f29a8fee7f815509b489a82406da027d989a08 | |
| parent | Publish fifth draft. (diff) | |
Add clarification about not modifying existing SRFIs.
| -rw-r--r-- | srfi-228.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-228.html b/srfi-228.html index 1d43d68..41728e8 100644 --- a/srfi-228.html +++ b/srfi-228.html @@ -52,7 +52,7 @@ <h2 id="specification">Specification</h2> -<p>All identifiers defined in this SRFI are exported in the <code>(srfi 228)</code> library. However, as in the case of SRFI 162, it is hoped and intended that they will simply be added to the existing comparator libraries of RnRSes and Scheme implementations, rather than being in a separate library. +<p>All identifiers defined in this SRFI are exported in the <code>(srfi 228)</code> library. The identifiers in this library are not retroactively added to the exports of any other SRFI library. However, as in the case of SRFI 162, it is hoped and intended that they will simply be added to the existing comparator libraries of RnRSes and Scheme implementations, rather than being in a separate library. <h3 id=constructors>Constructors</h3> |
