mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Fixed links
This commit is contained in:
parent
b4ce67210c
commit
27aa1aa834
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ These libraries are used by the Cyclone compiler itself and could change in the
|
|||
[`char>=?`](api/scheme/base.md#char-3)
|
||||
[`char>?`](api/scheme/base.md#char-4)
|
||||
[`circular-list?`](api/srfi/1.md#circular-list)
|
||||
[`circular-list`](api/srfi/1.md#circular-list)
|
||||
[`circular-list`](api/srfi/1.md#circular-list-1)
|
||||
[`command-line`](api/scheme/process-context.md#command-line)
|
||||
[`complex?`](api/scheme/base.md#complex)
|
||||
[`concatenate!`](api/srfi/1.md#concatenate-1)
|
||||
|
|
|
@ -16,7 +16,7 @@ See the [SRFI document](http://srfi.schemers.org/srfi-1/srfi-1.html) for more in
|
|||
- [`not-pair?`](#not-pair)
|
||||
- [`null-list?`](#null-list)
|
||||
- [`list=`](#list=)
|
||||
- [`circular-list`](#circular-list)
|
||||
- [`circular-list`](#circular-list-1)
|
||||
- [`length+`](#length)
|
||||
- [`iota`](#iota)
|
||||
- [`first`](#first)
|
||||
|
|
Loading…
Add table
Reference in a new issue