mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
WIP
This commit is contained in:
parent
0c13615ae6
commit
f1ec40a86a
1 changed files with 3 additions and 4 deletions
|
@ -6,15 +6,14 @@ This library complements the functionality provided by [SRFI 18](../srfi/18.md).
|
|||
|
||||
## Index
|
||||
|
||||
### [Shared Objects](#shared-objects)
|
||||
[Shared Objects](#shared-objects)
|
||||
- [`make-shared`](#make-shared)
|
||||
- [`share-all!`](#share-all)
|
||||
|
||||
### [Immutability](#immutability)
|
||||
[Immutability](#immutability)
|
||||
- [`immutable?`](#immutable)
|
||||
|
||||
### [Atoms](#atoms)
|
||||
|
||||
[Atoms](#atoms)
|
||||
- [`make-atom`](#make-atom)
|
||||
- [`atom`](#atom)
|
||||
- [`atom?`](#atom-1)
|
||||
|
|
Loading…
Add table
Reference in a new issue