about summary refs log tree commit diff stats
path: root/yolk.attrs.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-05-31 17:24:20 -0500
committerCase Duckworth2023-05-31 17:24:20 -0500
commitbb5353bc43d27008b3a1efd73b6fc0fce80a071b (patch)
tree12d2ffc2ae9bc74379385b88374d244615b7446f /yolk.attrs.sld
parentDelete spurious file (diff)
downloadyolk-bb5353bc43d27008b3a1efd73b6fc0fce80a071b.tar.gz
yolk-bb5353bc43d27008b3a1efd73b6fc0fce80a071b.zip
Add (with-attrs)
Diffstat (limited to 'yolk.attrs.sld')
-rw-r--r--yolk.attrs.sld3
1 files changed, 2 insertions, 1 deletions
diff --git a/yolk.attrs.sld b/yolk.attrs.sld index 07fd0ad..5502ee4 100644 --- a/yolk.attrs.sld +++ b/yolk.attrs.sld
@@ -1,6 +1,7 @@
1(define-library (yolk attrs) 1(define-library (yolk attrs)
2 (export prop? 2 (export prop?
3 color? 3 color?
4 attrs) 4 attrs
5 with-attrs)
5 6
6 (include "yolk.attrs.ss")) 7 (include "yolk.attrs.ss"))