mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Fix links
This commit is contained in:
parent
53a4ebe9bd
commit
b3f3f513ac
2 changed files with 14 additions and 14 deletions
14
docs/API.md
14
docs/API.md
|
@ -102,25 +102,25 @@ This section is an alphabetic listing of all the functions, objects, and macros
|
|||
[`*version-number*`](api/scheme/cyclone/common#version-number)
|
||||
|
||||
- - -
|
||||
[`+`](api/primitives#-1)
|
||||
[`+`](api/primitives#section-1)
|
||||
|
||||
- - -
|
||||
[`->heap`](api/srfi/18#heap)
|
||||
[`-`](api/primitives#-)
|
||||
|
||||
- - -
|
||||
[`/`](api/primitives#-2)
|
||||
[`/`](api/primitives#section-2)
|
||||
|
||||
- - -
|
||||
[`<=`](api/primitives#-4)
|
||||
[`<`](api/primitives#-3)
|
||||
[`<=`](api/primitives#section-4)
|
||||
[`<`](api/primitives#section-3)
|
||||
|
||||
- - -
|
||||
[`=`](api/primitives#-5)
|
||||
[`=`](api/primitives#section-5)
|
||||
|
||||
- - -
|
||||
[`>=`](api/primitives#-7)
|
||||
[`>`](api/primitives#-6)
|
||||
[`>=`](api/primitives#section-7)
|
||||
[`>`](api/primitives#section-6)
|
||||
|
||||
- - -
|
||||
[`Cyc-er-compare? `](api/scheme/cyclone/util#Cyc-er-compare)
|
||||
|
|
|
@ -10,14 +10,14 @@ This section contains all of the primitives and other objects that are included
|
|||
For more information see the [R<sup>7</sup>RS Scheme Specification](../r7rs.pdf).
|
||||
|
||||
- [`*`](#section)
|
||||
- [`+`](#-1)
|
||||
- [`+`](#section-1)
|
||||
- [`-`](#-)
|
||||
- [`/`](#-2)
|
||||
- [`<`](#-3)
|
||||
- [`<=`](#-4)
|
||||
- [`=`](#-5)
|
||||
- [`>`](#-6)
|
||||
- [`>=`](#-7)
|
||||
- [`/`](#section-2)
|
||||
- [`<`](#section-3)
|
||||
- [`<=`](#section-4)
|
||||
- [`=`](#section-5)
|
||||
- [`>`](#section-6)
|
||||
- [`>=`](#section-7)
|
||||
- [`apply `](#apply)
|
||||
- [`boolean? `](#boolean)
|
||||
- [`bytevector `](#bytevector)
|
||||
|
|
Loading…
Add table
Reference in a new issue