diff options
| author | 2025-03-16 22:24:42 -0400 | |
|---|---|---|
| committer | 2025-03-16 22:24:42 -0400 | |
| commit | c19c613fa230112ce78687af5457ea0495f3e01b (patch) | |
| tree | b00778ee22dbae35a84518c5dea22b4a6ca44c76 /README.md | |
| parent | reactive tests for adjoin and find (diff) | |
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.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
