This commit is contained in:
Justin Ethier 2019-06-19 10:20:49 -04:00
parent 0c13615ae6
commit f1ec40a86a

View file

@ -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)