This commit is contained in:
Justin Ethier 2016-10-12 18:03:31 -04:00
parent 3368fa2ff0
commit 69725d0ca0

View file

@ -38,11 +38,11 @@ See the [SRFI document](http://srfi.schemers.org/srfi-128/srfi-128.html) for mor
- [`comparator-hash `](#comparator-hash)
- [`hash-bound `](#hash-bound)
- [`hash-salt `](#hash-salt)
- [`=? `](#)
- [`<? `](#-1)
- [`>? `](#-2)
- [`<=? `](#-3)
- [`>=? `](#-4)
- [`=? `](#section)
- [`<? `](#section-1)
- [`>? `](#section-2)
- [`<=? `](#section-3)
- [`>=? `](#section-4)
- [`comparator-if<=> `](#comparator-if)
# comparator?