summaryrefslogtreecommitdiffstats
path: root/srfi-228.html
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-12-10 18:51:47 -0800
committerGravatar Arthur A. Gleckler 2022-12-10 18:51:47 -0800
commitda513e25c5e57c815003690dd0c13fa12f3d8642 (patch)
tree23dc249b5d6d5d026754b5981bca4834f1ef0e3d /srfi-228.html
parentcopy edits (diff)
Finalize.final
Diffstat (limited to 'srfi-228.html')
-rw-r--r--srfi-228.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/srfi-228.html b/srfi-228.html
index 5fc7456..18d14a5 100644
--- a/srfi-228.html
+++ b/srfi-228.html
@@ -25,15 +25,15 @@
<h2 id="status">Status</h2>
-<p>This SRFI is currently in <em>draft</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+228+at+srfi+dotschemers+dot+org">srfi-228@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-228">archive</a>.</p>
+<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+228+at+srfi+dotschemers+dot+org">srfi-228@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-228">archive</a>.</p>
<ul>
<li>Received: 2021-08-28</li>
- <li>60-day deadline: 2021-10-30</li>
<li>Draft #1 published: 2021-08-31</li>
<li>Draft #2 published: 2022-02-26</li>
<li>Draft #3 published: 2022-11-14</li>
<li>Draft #4 published: 2022-11-30</li>
<li>Draft #5 published: 2022-12-09</li>
+ <li>Finalized: 2022-12-10</li>
</ul>
<h2 id="abstract">Abstract</h2>
@@ -42,10 +42,6 @@
<p>Best enjoyed in combination with <a href="https://srfi.schemers.org/srfi-162/">SRFI 162</a>.
-<h2 id="issues">Issues</h2>
-
-<p>No remaining issues.
-
<h2 id="rationale">Rationale</h2>
<p>A typical pattern for defining comparison behaviour for record types and other user-defined Scheme types is some form of lexicographical order over their member slots. The comparator abstraction of SRFI 128 has useful potential for reducing the code bulk of defining such comparison behaviours. This library is intended to take advantage of that potential.