about summary refs log tree commit diff stats
path: root/yolk.common.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-05-28 21:47:09 -0500
committerCase Duckworth2023-05-28 21:47:09 -0500
commit82a6e29eaad2944eb2e1a2213a9bce17e896add4 (patch)
treeebedbf6e65bb222d2ce76b491cccb51eca479d00 /yolk.common.sld
downloadyolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.tar.gz
yolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.zip
initial commit
Diffstat (limited to 'yolk.common.sld')
-rw-r--r--yolk.common.sld9
1 files changed, 9 insertions, 0 deletions
diff --git a/yolk.common.sld b/yolk.common.sld new file mode 100644 index 0000000..94ac630 --- /dev/null +++ b/yolk.common.sld
@@ -0,0 +1,9 @@
1(define-library (yolk common)
2 (export esc
3 csi
4 dcs
5 ocs
6 define-esc-alt-wrapper
7 parameter-assert)
8
9 (include "yolk.common.ss"))