| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert changes to the semantics of sum-comparator | 2022-11-30 | 2 | -40/+37 | |
| | | | | | | | Also changed one-comparator and zero-comparator back to comparator-one and comparator-zero, because they’re comparators which are of the effect of one or zero, rather than comparators for the values 1 and 0. | ||||
| * | Handle the base cases explicitly to be safe | 2022-11-26 | 1 | -50/+54 | |
| | | |||||
| * | Add zero-comparator and one-comparator to the sample implementation | 2022-11-26 | 2 | -5/+18 | |
| | | |||||
| * | Merge branch 'master' of ↵ | 2022-11-26 | 2 | -4/+6 | |
| |\ | | | | | | | https://github.com/scheme-requests-for-implementation/srfi-228 | ||||
| | * | Drop `comparison-procedures'. | 2022-11-14 | 2 | -10/+1 | |
| | | | | | | | | | It's no longer mentioned in the document. | ||||
| | * | Add tests based on examples. Move. | 2022-11-14 | 2 | -13/+4 | |
| | | | |||||
| | * | Move to "srfi/" directory. Follow naming convention. | 2022-11-14 | 3 | -0/+112 | |
| | | |||||
| * | Specify base cases and behaviours of each comparator function | 2022-11-26 | 2 | -0/+97 | |
