about summary refs log tree commit diff stats
path: root/chicanery.scm
diff options
context:
space:
mode:
authorCase Duckworth2023-08-13 22:49:03 -0500
committerCase Duckworth2023-08-13 22:49:03 -0500
commit3d55e7c3cf228271ddc25203cad64fbdcba9342a (patch)
tree851de8c2399975ad3d6d82cff23929616533897e /chicanery.scm
parentRemove talk of impls that apparently don't work (diff)
downloadchicanery-3d55e7c3cf228271ddc25203cad64fbdcba9342a.tar.gz
chicanery-3d55e7c3cf228271ddc25203cad64fbdcba9342a.zip
I don't even know any more
Diffstat (limited to 'chicanery.scm')
-rw-r--r--chicanery.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/chicanery.scm b/chicanery.scm new file mode 100644 index 0000000..3677dde --- /dev/null +++ b/chicanery.scm
@@ -0,0 +1,5 @@
1(module chicanery ()
2 (import scheme (chicken module))
3 (reexport (chicanery base)
4 (chicanery extras)))
5