summary refs log tree commit diff
path: root/srfi-214.scm
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-07 01:10:17 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-07 01:10:17 +0100
commit79eb702a138c165a90d275d1e54f4846404a658b (patch)
tree98e2c8ee312a58afdcc7e6151b613a7d6796b549 /srfi-214.scm
parente0d6d0e6c5ecd32b90a9e591bd028caf97f89a50 (diff)
downloadsrfi-214-79eb702a138c165a90d275d1e54f4846404a658b.tar.gz
srfi-214-79eb702a138c165a90d275d1e54f4846404a658b.tar.xz
srfi-214-79eb702a138c165a90d275d1e54f4846404a658b.zip
add chicken egg
Diffstat (limited to 'srfi-214.scm')
-rw-r--r--srfi-214.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi-214.scm b/srfi-214.scm
new file mode 100644
index 0000000..e1f39d5
--- /dev/null
+++ b/srfi-214.scm
@@ -0,0 +1,2 @@
+(import r7rs)
+(include "implementation/flexvectors.sld")