about summary refs log tree commit diff stats
path: root/yolk.attrs.sld
blob: 5502ee463711c60aa8a41c99f7925fa816858411 (plain)
1
2
3
4
5
6
7
(define-library (yolk attrs)
  (export prop?
          color?
          attrs
          with-attrs)

  (include "yolk.attrs.ss"))