about summary refs log tree commit diff stats
path: root/impl/gambit.scm
diff options
context:
space:
mode:
authorCase Duckworth2023-08-13 21:29:44 -0500
committerCase Duckworth2023-08-13 21:29:44 -0500
commit02f8dbf330ba9e65cc381a0ff975211944d86a4a (patch)
tree80ba7d989f50e12289b427b4ca6c140066df7436 /impl/gambit.scm
parentMove files around (diff)
downloadchicanery-02f8dbf330ba9e65cc381a0ff975211944d86a4a.tar.gz
chicanery-02f8dbf330ba9e65cc381a0ff975211944d86a4a.zip
Moved things around (pt 2)
Diffstat (limited to 'impl/gambit.scm')
-rw-r--r--impl/gambit.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/impl/gambit.scm b/impl/gambit.scm new file mode 100644 index 0000000..3b3bc65 --- /dev/null +++ b/impl/gambit.scm
@@ -0,0 +1,7 @@
1;;; -*- geiser-scheme-implementation: gambit -*-
2
3(##include "~~lib/r7rs#.scm")
4
5(define-library (chicanery)
6 (include-library-declarations "r7rs.scm")
7 (namespace ""))