From 79eb702a138c165a90d275d1e54f4846404a658b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 7 Nov 2022 01:10:17 +0100 Subject: add chicken egg --- srfi-214.scm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srfi-214.scm (limited to 'srfi-214.scm') 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") -- cgit 1.4.1