mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Sync API changes
This commit is contained in:
parent
d0f7778472
commit
807083fb7d
2 changed files with 0 additions and 4 deletions
|
@ -549,7 +549,6 @@ This section is an alphabetic listing of all the functions, objects, and macros
|
|||
[`lib:get-all`](api/scheme/cyclone/libraries#libget-all)
|
||||
[`lib:get-all-import-deps`](api/scheme/cyclone/libraries#libget-all-import-deps)
|
||||
[`lib:get-dep-list`](api/scheme/cyclone/libraries#libget-dep-list)
|
||||
[`lib:idb:id->import`](api/scheme/cyclone/libraries#libidb:id-import)
|
||||
[`lib:idb:ids`](api/scheme/cyclone/libraries#libidb:ids)
|
||||
[`lib:import->export-list`](api/scheme/cyclone/libraries#libimport-export-list)
|
||||
[`lib:import->filename`](api/scheme/cyclone/libraries#libimport-filename)
|
||||
|
|
|
@ -31,7 +31,6 @@ The `(scheme cyclone libraries)` library implements r7rs libraries.
|
|||
- [`lib:get-dep-list`](#libget-dep-list)
|
||||
- [`lib:imports->idb`](#libimports-idb)
|
||||
- [`lib:idb:ids`](#libidb:ids)
|
||||
- [`lib:idb:id->import`](#libidb:id-import)
|
||||
|
||||
# library?
|
||||
|
||||
|
@ -83,5 +82,3 @@ The `(scheme cyclone libraries)` library implements r7rs libraries.
|
|||
|
||||
# lib:idb:ids
|
||||
|
||||
# lib:idb:id->import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue