diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-08-07 15:52:58 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-08-07 15:52:58 -0700 |
| commit | 4aafdf04ab905ae7d6c88222452b444c055b9b8c (patch) | |
| tree | e3e3c600460ebc6f2302ffd26ce45ca01ef3bd48 /lib/scheme | |
| parent | Add numbers. (diff) | |
| download | chromatopelma-4aafdf04ab905ae7d6c88222452b444c055b9b8c.tar.zst | |
Activate the new libraries.
Diffstat (limited to 'lib/scheme')
| -rw-r--r-- | lib/scheme/base.csc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/scheme/base.csc b/lib/scheme/base.csc index 1cb2aa0..1ea13a4 100644 --- a/lib/scheme/base.csc +++ b/lib/scheme/base.csc @@ -4,4 +4,6 @@ (include-library-declarations "base/30-if.csc") (include-library-declarations "base/40-values.csc") (include-library-declarations "base/50-records.csc") - (include-library-declarations "base/60-list.csc")) + (include-library-declarations "base/60-list.csc") + (include-library-declarations "base/70-vector.csc") + (include-library-declarations "base/80-number.csc")) |
