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

  (include "yolk.colors.ss"))