aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-03-16 22:24:42 -0400
committerGravatar Peter McGoron 2025-03-16 22:24:42 -0400
commitc19c613fa230112ce78687af5457ea0495f3e01b (patch)
treeb00778ee22dbae35a84518c5dea22b4a6ca44c76 /README.md
parentreactive tests for adjoin and find (diff)
reorganize tests, fix set-replaceHEADmaster
Tests are now listed (roughly) in the order of the procedures that they test are listed in the SRFI, and not in a logical order. This is because each test group can be run independently from the others. Ideally at least one of the tests in the group is "basic" in that it uses lists to test the properties of the procedure. However the other tests use procedures and hence tests are circular. This is still OK: passing the test suite is an implementation that is meta-consistent.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2bbf78a..33dbfc0 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ Benefits of using this library:
`(mcgoron weight-balanced-trees internal)` library.
* Implements interface for mapping and set SRFIs.
* Interfaces with other SRFIs, like generators and streams.
-* Order can be defined on finite sets of ordered elements.
* Extensively tested using [property testing][2] (like QuickCheck).
* Permissive license (Apache 2.0)