about summary refs log tree commit diff stats
path: root/yolk.common.sld
diff options
context:
space:
mode:
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"))