mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Fixed links
This commit is contained in:
parent
18bf872c87
commit
0306cb3d09
1 changed files with 7 additions and 7 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue