Fixed links

This commit is contained in:
Justin Ethier 2016-10-12 17:42:07 -04:00
parent 18bf872c87
commit 0306cb3d09

View file

@ -26,19 +26,19 @@ See the [SRFI document](http://srfi.schemers.org/srfi-128/srfi-128.html) for mor
- [`comparator-register-default! `](#comparator-register-default)
- [`comparator-type-test-predicate`](#comparator-type-test-predicate)
- [`comparator-equality-predicate `](#comparator-equality-predicate)
- [`comparator-ordering-predicate `](#comparator-ordering-predicate)
- [`comparator-ordering-predicate `](#comparator-ordering-predicate)
- [`comparator-hash-function `](#comparator-hash-function)
- [`comparator-test-type `](#comparator-test-type)
- [`comparator-check-type `](#comparator-check-type)
- [`comparator-hash `](#comparator-hash)
- [`hash-bound `](#hash-bound)
- [`hash-salt `](#hash-salt)
- [`=? `](#=?)
- [`<? `](#<?)
- [`>? `](#>?)
- [`<=? `](#<=?)
- [`>=? `](#>=?)
- [`comparator-if<=> `](#comparator-if<=>)
- [`=? `](#)
- [`<? `](#-1)
- [`>? `](#-2)
- [`<=? `](#-3)
- [`>=? `](#-4)
- [`comparator-if<=> `](#comparator-if)
#comparator?