diff options
| author | 2024-08-07 16:12:01 -1000 | |
|---|---|---|
| committer | 2024-08-07 16:12:01 -1000 | |
| commit | 5df7e6f2502924e252496277b499cb2b3dadbf08 (patch) | |
| tree | 22670eb2b05f29aff010c579a0d2b836b975ce73 /index.html | |
| parent | Finalize. (diff) | |
Add library name per DPK's request.
Diffstat (limited to '')
| -rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,8 @@ <!DOCTYPE html> <html> <head> + <!-- SPDX-FileCopyrightText: 2024 Arthur A. Gleckler --> + <!-- SPDX-License-Identifier: MIT --> <title>Composing Comparators</title> <link href="/admin.css" rel="stylesheet"> <link href="/list.css" rel="stylesheet"> @@ -15,6 +17,7 @@ <p class="based-on"></p> <p class="status">status: <em>final</em> (2022-12-10)</p> <p class="keywords">keywords: <a href="https://srfi.schemers.org/?keywords=comparison">Comparison</a></p><span class="see-also">See also <a href="/srfi-128/">SRFI 128: Comparators (reduced)</a> and <a href="/srfi-162/">SRFI 162: Comparators sublibrary</a>.</span> + <p class="library-name">library name: composing-comparators</p> <ul class="info"> <li><a href="srfi-228.html">The SRFI Document</a></li> <li><a href="https://srfi-email.schemers.org/srfi-228/">Discussion Archive</a></li> |
